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?).