[Python-Dev] warnings in libffi (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Thu Mar 30 08:31:26 CEST 2006
- Previous message: [Python-Dev] warnings in libffi
- Next message: [Python-Dev] Name for python package repository
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] warnings in libffi
- Next message: [Python-Dev] Name for python package repository
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]