[Python-Dev] Windows build - fixing compile warnings before VS2010
shibturn
shibturn at gmail.com
Wed Feb 22 17:04:34 CET 2012
On 22/02/2012 3:32am, Brian Curtin wrote:
> 1. Is anyone opposed to moving up to Level 4 warnings?
At that level I think it complains about common things like the "do
{...} while (0)" idiom, and the unreferenced self parameter of builtin
functions.
Presumably you would have to disable those specific warnings and any
other overly annoying ones?
sbt
More information about the Python-Dev
mailing list