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 gvanrossum
Date 2007-12-13.20:25:17
SpamBayes Score 0.49476174
Marked as misclassified No
Message-id <1197577517.45.0.829785777717.issue1616@psf.upfronthosting.co.za>
In-reply-to
Content
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/p25/Modules/unicodedata.c: In function `unicodedata_decimal':
/home/guido/p25/Modules/unicodedata.c:110: warning: `rc' might be used
uninitialized in this function
/home/guido/p25/Modules/unicodedata.c: In function `unicodedata_numeric':
/home/guido/p25/Modules/unicodedata.c:197: warning: `rc' might be used
uninitialized in this function
/home/guido/p25/Modules/readline.c: In function `flex_complete':
/home/guido/p25/Modules/readline.c:681: warning: implicit declaration of
function `completion_matches'
/home/guido/p25/Modules/readline.c:681: warning: return makes pointer
from integer without a cast
/home/guido/p25/Modules/cjkcodecs/_codecs_iso2022.c: In function
`iso2022processesc':
/home/guido/p25/Modules/cjkcodecs/_codecs_iso2022.c:307: warning:
`esclen' might be used uninitialized in this function
History
Date User Action Args
2007-12-13 20:25:18gvanrossumsetspambayes_score: 0.494762 -> 0.49476174
recipients: + gvanrossum
2007-12-13 20:25:17gvanrossumsetspambayes_score: 0.494762 -> 0.494762
messageid: <1197577517.45.0.829785777717.issue1616@psf.upfronthosting.co.za>
2007-12-13 20:25:17gvanrossumlinkissue1616 messages
2007-12-13 20:25:17gvanrossumcreate