[Patches] [ python-Patches-533070 ] Silence AIX C Compiler Warnings.

noreply@sourceforge.net noreply@sourceforge.net
Thu, 21 Mar 2002 05:25:10 -0800


Patches item #533070, was opened at 2002-03-21 13:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=533070&group_id=5470

Category: Build
Group: Python 2.2.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Ralph Corderoy (ralph)
Assigned to: Nobody/Anonymous (nobody)
Summary: Silence AIX C Compiler Warnings.

Initial Comment:
AIX 3.2.5 C compiler gives warnings during compile of 
Objects/object.c and Modules/signalmodule.c due to
superfluous use of the ampersand address operator in 
front of a function name.  Since the code elsewhere 
consistently uses plain `foo' to represent a pointer to
the function foo and not `&foo' it seems best to make
the code consistent and silence these warnings at the
same time.


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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=533070&group_id=5470