Issue 1703300: fixes non ansi c declarations in libffi (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/44865

classification

Title: fixes non ansi c declarations in libffi
Type: Stage:
Components: None Versions:

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: theller Nosy List: belopolsky, nnorwitz, theller
Priority: normal Keywords: patch

Created on 2007-04-18 22:29 by belopolsky, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
_ctypes-libffi.patch belopolsky,2007-04-18 22:29 diff against revision 54869
Messages (3)
msg52459 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2007-04-18 22:29
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?).
msg52460 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2007-04-19 05:54
Thomas, could you take a look?
msg52461 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2007-06-08 19:42
Fixed now in the trunk (for x86 and x64).
History
Date User Action Args
2022-04-11 14:56:23 admin set github: 44865
2007-04-18 22:29:53 belopolsky create