[issue5134] Compiler warnings in sqlite module

Gerhard Häring report at bugs.python.org
Tue Feb 3 09:39:32 CET 2009


Gerhard Häring <gh at ghaering.de> added the comment:

This is a known issue with SQLite. It's not as bad as it looks at first
sight, though.

http://www.sqlite.org/faq.html#q17

"""
(17) I get hundreds of compiler warnings when I compile SQLite. Isn't
this a problem? Doesn't it indicate poor code quality?

Quality assurance in SQLite is done using full-coverage testing, not by
compiler warnings or other static code analysis tools. [...]
"""

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


More information about the Python-bugs-list mailing list