[ python-Bugs-1494387 ] SVN longobject.c compiler warnings

SourceForge.net noreply at sourceforge.net
Wed May 24 17:31:18 CEST 2006


Bugs item #1494387, was opened at 2006-05-24 10:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1494387&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Joel Konkle-Parker (joeljkp)
Assigned to: Nobody/Anonymous (nobody)
Summary: SVN longobject.c compiler warnings

Initial Comment:
>From SVN, longobject.c gives the following compiler
warnings (Sun Studio 11):

cc -xtarget=native64 -v -Xc -xc99=none -c  -DNDEBUG -O
 -I. -I./Include  -DPy_BUILD_CORE -o
Objects/longobject.o Objects/longobject.c
"Objects/longobject.c", line 1255: warning: statement
not reached
"Objects/longobject.c", line 1591: warning: statement
not reached
"Objects/longobject.c", line 1908: warning: statement
not reached
"Objects/longobject.c", line 1946: warning: statement
not reached

The attached patch fixes the problem.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1494387&group_id=5470


More information about the Python-bugs-list mailing list