[issue1616] compiler warnings (gcc 2.96)

Guido van Rossum report at bugs.python.org
Sat Jan 12 18:37:47 CET 2008


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’:
/Users/guido/p25/Modules/readline.c:681: warning: implicit declaration
of function ‘completion_matches’
/Users/guido/p25/Modules/readline.c:681: warning: return makes pointer
from integer without a cast

This is with GNU readline 5.2.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1616>
__________________________________


More information about the Python-bugs-list mailing list