]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Compiler warning fixes: Rename some local variables from "j1" to avoid a
authordrh <drh@noemail.net>
Sat, 10 Oct 2015 14:41:28 +0000 (14:41 +0000)
committerdrh <drh@noemail.net>
Sat, 10 Oct 2015 14:41:28 +0000 (14:41 +0000)
commit728e0f91bb357c7ebd42d9a0e87b68a7cf9938f6
tree17c3c81d89c3c294971aba43d22f3f0a39e1053a
parent9a4718ff7385123d85caf8b6bbe219f182da6bd0
Compiler warning fixes:  Rename some local variables from "j1" to avoid a
name collision with the j1() bessel function in the math library.  Omit a
dummy initializer that gcc 4.6.3 does not like.

FossilOrigin-Name: 9ddef84d432813f3ece8012047d08441caa3315d
manifest
manifest.uuid
src/alter.c
src/build.c
src/expr.c
src/insert.c
src/loadext.c
src/select.c
src/update.c
src/wherecode.c