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 zach.ware
Recipients loewis, tim.golden, zach.ware
Date 2014-05-01.20:30:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398976216.25.0.391009605761.issue21411@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.4 and 3.5 both compile without warnings on 32-bit Windows, so we should turn on Treat Warning as Error (/WX option to cl.exe).  Setting that property in pyproject.props sets it for all projects, and the setting does not affect "Makefile projects" so warnings from OpenSSL, Tcl, Tk, or Tix will not kill the build.  It will need to be explicitly disabled on 64-bit Windows; setting it in x64.props does the trick.

One small issue is that /WX does pick up the "no profile information" warning in the PGUpdate build.  I'm unsure whether we should turn off /WX in pgupdate.props, or just force PGUpdate builders to have run something for each PGI'd project.
History
Date User Action Args
2014-05-01 20:30:16zach.waresetrecipients: + zach.ware, loewis, tim.golden
2014-05-01 20:30:16zach.waresetmessageid: <1398976216.25.0.391009605761.issue21411@psf.upfronthosting.co.za>
2014-05-01 20:30:16zach.warelinkissue21411 messages
2014-05-01 20:30:15zach.warecreate