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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2015-02-27.22:29:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425076183.98.0.20319163057.issue23545@psf.upfronthosting.co.za>
In-reply-to
Content
What if make GCC emit extra warnings? Adding following options:

-Wall -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers

will make GCC emit all warnings except few types that would produce too many warnings. With these options the compilation is almost clean on 32-bit Linux.
History
Date User Action Args
2015-02-27 22:29:44serhiy.storchakasetrecipients: + serhiy.storchaka
2015-02-27 22:29:43serhiy.storchakasetmessageid: <1425076183.98.0.20319163057.issue23545@psf.upfronthosting.co.za>
2015-02-27 22:29:43serhiy.storchakalinkissue23545 messages
2015-02-27 22:29:43serhiy.storchakacreate