> On Sep 29, 2017, at 1:07 AM, Denis V. Razumovsky <t...@denis.im> wrote:
> 
> Please remove multiple warnings from compiler about optimisation,
> variable conversion, signed overflow and many more potential errors.

This comes up a lot. SQLite is incredibly thoroughly tested* and 
performance-tuned, but the developers have chosen not to use compiler warnings 
to identify problems. It’s not the decision I’d have made personally, but I 
can’t argue with the results.

—Jens

* http://www.sqlite.org/testing.html
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to