[issue21411] Enable Treat Warning as Error on 32-bit Windows

Zachary Ware report at bugs.python.org
Thu Apr 9 03:48:12 CEST 2015


Zachary Ware added the comment:

This has been complicated by the migration to VS2015, which added a bunch of new warnings.  Obviously we can't enable this now without either fixing all the warnings (unlikely, I think; most of them are just about shadowing vars) or disabling particular ones.

So at this point, fix, disable, or reject?

----------
nosy: +paul.moore, steve.dower

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21411>
_______________________________________


More information about the Python-bugs-list mailing list