]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix harmless static analyzer warnings in sessions, rtree, fts3 and fts5.
authordrh <>
Mon, 4 Oct 2021 18:21:14 +0000 (18:21 +0000)
committerdrh <>
Mon, 4 Oct 2021 18:21:14 +0000 (18:21 +0000)
commit11a9ad566929d7c8112be6d14c6c25f346f4dc5a
tree43a6d28aa1cf496abe02d5013fa6d095734cbca3
parent1076130a5d844978948247fb89374a91e9edab13
Fix harmless static analyzer warnings in sessions, rtree, fts3 and fts5.
Add the -DSQLITE_OMIT_AUXILIARY_SAFETY_CHECKS compile-time option to cause
ALWAYS() and NEVER() macros to be omitted from the build.

FossilOrigin-Name: 1c67f957fc77e37ce8f0d447c41ca975e8e79a35d332739c24a633649b5b0387
15 files changed:
ext/expert/sqlite3expert.c
ext/fts3/fts3.c
ext/fts3/fts3Int.h
ext/fts5/fts5Int.h
ext/fts5/fts5_expr.c
ext/fts5/fts5_index.c
ext/misc/zipfile.c
ext/repair/checkfreelist.c
ext/rtree/geopoly.c
ext/rtree/rtree.c
ext/session/sqlite3session.c
manifest
manifest.uuid
src/shell.c.in
src/sqliteInt.h