Patches item #1703300, was opened at 2007-04-18 18:29 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1703300&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Alexander Belopolsky (belopolsky) Assigned to: Nobody/Anonymous (nobody) Summary: fixes non ansi c declarations in libffi Initial Comment: attached patch fixes compiler warnings Modules/_ctypes/libffi/src/x86/ffi64.c:45: warning: function declaration isn't a prototype Modules/_ctypes/libffi/src/x86/ffi64.c:342: warning: function declaration isn't a prototype from libffi on x86_64 platform. Similar changes should be made for all platforms and submitted upstream (to gcc?). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1703300&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
