[Python-checkins] commit of r41903 - python/branches/ssize_t/Objects/typeobject.c

"Martin v. Löwis" martin at v.loewis.de
Tue Jan 3 23:42:41 CET 2006


Neal Norwitz wrote:
 > Do you know if there is a way to produce these warnings with gcc?  If
> I use g++ that will give me signed-ness warnings, but I'm not sure
> about the others.  But if I use g++, I'll have to modify a lot of the
> code to not use C++ reserved words.  I'm not sure that's worth the
> pain.

Neither gcc nor g++ can report integer truncations, unfortunately.
Perhaps a -Wtruncation flag would be in order.

Regards,
Martin


More information about the Python-checkins mailing list