]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Suppress many harmless compiler warnings, mostly signed/unsigned comparisons
authordrh <drh@noemail.net>
Tue, 5 Apr 2011 22:08:24 +0000 (22:08 +0000)
committerdrh <drh@noemail.net>
Tue, 5 Apr 2011 22:08:24 +0000 (22:08 +0000)
commitfcd71b6010ef105b61f18de5a579024174356172
treec439a5103e7597f652e9a115540e094aad612cce
parent1a86f50d85bdce2d8e766ba2f45a458b9952661b
Suppress many harmless compiler warnings, mostly signed/unsigned comparisons
within asserts or unused parameters in extensions.

FossilOrigin-Name: 3eeb0ff78d04891b5fd1a3d99a9fb8cfbed77a81
16 files changed:
ext/fts3/fts3_aux.c
ext/icu/icu.c
ext/rtree/rtree.c
manifest
manifest.uuid
src/btree.c
src/btreeInt.h
src/build.c
src/main.c
src/malloc.c
src/mem5.c
src/shell.c
src/vdbe.c
src/vdbeapi.c
src/vdbeaux.c
src/where.c