[Python-Dev] warnings in libffi (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Thu Mar 30 08:31:26 CEST 2006


Brett Cannon wrote:

All of them are for function parameters of function pointers (``void (*fn)(void)`` and such) when used in both function prototypes and function declarations. Do we fix these ourselves, or do we report them to the libffi maintainers (or are whom)?

If you don't have write access to the ctypes CVS, you should report that (with a patch) to sf.net/projects/ctypes. Thomas will then decide how to process it.

Regards, Martin



More information about the Python-Dev mailing list