This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients christian.heimes, gvanrossum
Date 2008-01-12.17:37:45
SpamBayes Score 0.42595524
Marked as misclassified No
Message-id <1200159467.27.0.99011297873.issue1616@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-01-12 17:37:47gvanrossumsetspambayes_score: 0.425955 -> 0.42595524
recipients: + gvanrossum, christian.heimes
2008-01-12 17:37:47gvanrossumsetspambayes_score: 0.425955 -> 0.425955
messageid: <1200159467.27.0.99011297873.issue1616@psf.upfronthosting.co.za>
2008-01-12 17:37:46gvanrossumlinkissue1616 messages
2008-01-12 17:37:45gvanrossumcreate