Fix harmless compiler warnings in the 'session' module.
FossilOrigin-Name: a18a6ce2271865d04cd75a8a5baa63798b7393db
This commit is contained in:
parent
741c2772db
commit
74f598b677
@ -935,9 +935,9 @@ static int sessionTableInfo(
|
||||
int nDbCol = 0;
|
||||
int nThis;
|
||||
int i;
|
||||
u8 *pAlloc;
|
||||
u8 *pAlloc = 0;
|
||||
char **azCol = 0;
|
||||
u8 *abPK;
|
||||
u8 *abPK = 0;
|
||||
|
||||
assert( pazCol && pabPK );
|
||||
|
||||
@ -3655,7 +3655,7 @@ static int sessionConflictHandler(
|
||||
void *pCtx, /* First argument for conflict handler */
|
||||
int *pbReplace /* OUT: Set to true if PK row is found */
|
||||
){
|
||||
int res; /* Value returned by conflict handler */
|
||||
int res = 0; /* Value returned by conflict handler */
|
||||
int rc;
|
||||
int nCol;
|
||||
int op;
|
||||
|
14
manifest
14
manifest
@ -1,5 +1,5 @@
|
||||
C Fix\sspeedtest1\sso\sthat\sit\sautomatically\sunlinks\sits\stest\sdatabase\sprior\nto\sstartup.
|
||||
D 2016-04-12T17:13:33.302
|
||||
C Fix\sharmless\scompiler\swarnings\sin\sthe\s'session'\smodule.
|
||||
D 2016-04-12T19:20:22.748
|
||||
F Makefile.in eba680121821b8a60940a81454316f47a341487a
|
||||
F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
|
||||
F Makefile.msc 71b8b16cf9393f68e2e2035486ca104872558836
|
||||
@ -291,7 +291,7 @@ F ext/session/sessionG.test 01ef705096a9d3984eebdcca79807a211dee1b60
|
||||
F ext/session/session_common.tcl a1293167d14774b5e728836720497f40fe4ea596
|
||||
F ext/session/sessionfault.test d52cbb7bee48cc8ee80335e07eb72fcb6b15eb40
|
||||
F ext/session/sessionfault2.test ac1dfd77a0fb0ea310aee40a16645ef1b66d3f88
|
||||
F ext/session/sqlite3session.c 2fc72bd989c424a15802da766c7ebd8eed47bcf6
|
||||
F ext/session/sqlite3session.c 7cd68ba5ecd42b67f81b35e1b745377b930321dc
|
||||
F ext/session/sqlite3session.h 64e9e7f185725ef43b97f4a9a0c0df0669844f1d
|
||||
F ext/session/test_session.c 187bd344c5ae9d5be85e22ef7c3010f0c17307ce
|
||||
F ext/userauth/sqlite3userauth.h 19cb6f0e31316d0ee4afdfb7a85ef9da3333a220
|
||||
@ -1482,7 +1482,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
|
||||
F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
|
||||
F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
|
||||
F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
|
||||
P 8053a6e2bf616fc9326f0323962176e318d7d2a5
|
||||
R 3ae5c3c6eb252cc89c8a785d5876dd69
|
||||
U drh
|
||||
Z 19aed5e20f081d47becc5b2db0de637c
|
||||
P b65b69f6b686c6555876b6fc701da95cc49120b5
|
||||
R ccc0acaae74ee3b966fc3362e59511d7
|
||||
U mistachkin
|
||||
Z 60a8c701bde6b1e9a5a93858cf1bfd0c
|
||||
|
@ -1 +1 @@
|
||||
b65b69f6b686c6555876b6fc701da95cc49120b5
|
||||
a18a6ce2271865d04cd75a8a5baa63798b7393db
|
Loading…
x
Reference in New Issue
Block a user