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 doerwalter
Recipients
Date 2002-04-15.14:43:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=89016

> Does your compiler not warn you? Or did
> you ignore warnings? 
> (The latter's a sin in Python-land :-).

The warning was just lost in the long list of outputs.

Now that you mention it, there are still a few warnings 
(gcc 2.96 on Linux):
Objects/unicodeobject.c: In function `PyUnicodeUCS4_Format':
Objects/unicodeobject.c:5574: warning: int format, long int 
arg (arg 3)
Objects/unicodeobject.c:5574: warning: unsigned int format, 
long unsigned int arg (arg 4)

libpython2.3.a(posixmodule.o): In function `posix_tmpnam':
Modules/posixmodule.c:5150: the use of `tmpnam_r' is 
dangerous, better use `mkstemp'
libpython2.3.a(posixmodule.o): In function `posix_tempnam':
Modules/posixmodule.c:5100: the use of `tempnam' is 
dangerous, better use `mkstemp'

Modules/pwdmodule.c: In function `initpwd':
Modules/pwdmodule.c:161: warning: unused variable `d'

Modules/readline.c: In function `set_completer_delims':
Modules/readline.c:273: warning: passing arg 1 of `free' 
discards qualifiers from pointer target type

Modules/expat/xmlrole.c:7: warning: `RCSId' defined but not 
used

Should I open a separate bug report for that?

> I've also folded some long lines that weren't 
> your fault -- but I noticed that elsewhere you 
> checked in some long lines;
> please try to limit line length to 78.

I noticed your descrobject.c checkin message.
History
Date User Action Args
2007-08-23 15:11:52adminlinkissue536241 messages
2007-08-23 15:11:52admincreate