[issue1616] compiler warnings (gcc 2.96)

2008-01-12 Thread Guido van Rossum
Changes by Guido van Rossum: -- status: pending -> open __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue1616] compiler warnings (gcc 2.96)

2008-01-12 Thread Guido van Rossum
Guido van Rossum added the comment: With a newer compiler (GCC 4.0.1 on OSX 10.5.1) I still get some warnings: /Users/guido/p25/Modules/_ctypes/libffi/src/x86/ffi_darwin.c:220: warning: function declaration isn’t a prototype /Users/guido/p25/Modules/readline.c: In function ‘flex_complete’: /Use

[issue1616] compiler warnings (gcc 2.96)

2008-01-11 Thread Christian Heimes
Christian Heimes added the comment: 2.96 is ancient and I don't see those warnings with 4.x series. Can I close this bug? -- components: +Build nosy: +tiran status: open -> pending __ Tracker <[EMAIL PROTECTED]>

[issue1616] compiler warnings (gcc 2.96)

2007-12-13 Thread Guido van Rossum
New submission from Guido van Rossum: I figured this would be useful: /home/guido/p25/Modules/_ctypes/libffi/src/x86/ffi.c:177: warning: function declaration isn't a prototype /home/guido/p25/Modules/_ctypes/libffi/src/x86/ffi.c:194: warning: function declaration isn't a prototype /home/guido/p2