Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

FNFCIREAD &co are macros to help the definition of callback functions:
http://msdn.microsoft.com/en-us/library/ff797940.aspx

"hf" is defined as INT_PTR, but the value it receives is the result of 
FNFCIOPEN(), which fits in int.
It is safe to cast "hf" to an int if you want to disable the warning.

----------
keywords: +easy
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9784>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to