[issue5134] Compiler warnings in sqlite module

Ulrich Eckhardt report at bugs.python.org
Fri Feb 6 10:31:16 CET 2009


Ulrich Eckhardt <eckhardt at satorlaser.com> added the comment:

Technically, both changes (or neither of them) generate the same 
output binaries, so I Don't Care(tm). My approach for disabling the 
warnings in the code has (to me) two advantages:
1. You immediately see that warnings are disabled. I would otherwise 
never expect that to happen in any serious project, because warnings 
are valuable.
2. You only have to do it once for the single source file, not in 
every VC project file.

Happy weekend!

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


More information about the Python-bugs-list mailing list