On Sun, Jun 26, 2016 at 4:30 AM, Igor Korot <ikoro...@gmail.com> wrote: > > I am wondering what is the current policy on the compilation > warning for the SQLite? >
In short, the policy of SQLite towards warnings is "Don't Panic!". A "bug" means that the software computes an incorrect answer. Compiler warnings are not bugs. Compiler warnings are sometimes correlated with bugs, though in SQLite that correlation has historically been weak. We do strive to make SQLite compile without warnings. We also strive to avoid spelling and grammatical errors in comments. Those two efforts get approximately the same priority. -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users