From: mistachkin Date: Wed, 7 Oct 2015 17:06:17 +0000 (+0000) Subject: Fix harmless compiler warning in FTS5. X-Git-Tag: version-3.9.0~24 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=08114efde482c3d8170bb5388269c722c8c5a9ca;p=thirdparty%2Fsqlite.git Fix harmless compiler warning in FTS5. FossilOrigin-Name: 13adcd038fc20dd1b6f344f79b449b4034f8f8f2 --- diff --git a/ext/fts5/fts5_main.c b/ext/fts5/fts5_main.c index cabb625747..644d323233 100644 --- a/ext/fts5/fts5_main.c +++ b/ext/fts5/fts5_main.c @@ -1508,7 +1508,6 @@ static int fts5UpdateMethod( } } - update_method_out: pTab->pConfig->pzErrmsg = 0; return rc; } diff --git a/manifest b/manifest index 364d23070b..3b569407f9 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Allow\sthe\ssubsitute\scharacter\s(codepoint\s26\s-\s0x1A)\sto\sappear\sin\sfts5\sbarewords. -D 2015-10-07T17:01:22.560 +C Fix\sharmless\scompiler\swarning\sin\sFTS5. +D 2015-10-07T17:06:17.479 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 2143eeef6d0cc26006ae5fc4bb242a4a8b973412 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -113,7 +113,7 @@ F ext/fts5/fts5_config.c 57ee5fe71578cb494574fc0e6e51acb9a22a8695 F ext/fts5/fts5_expr.c 2054e550e75cffa117557c9416210c425934436d F ext/fts5/fts5_hash.c 4bf4b99708848357b8a2b5819e509eb6d3df9246 F ext/fts5/fts5_index.c 6b818dd5b68237d5d0f7723795a329f0fb2e9987 -F ext/fts5/fts5_main.c fe5243d6bbb79217394f0ec7f4f5199ddbc9e7e8 +F ext/fts5/fts5_main.c aa96828990274927e2b404e0b6e60f9ae1274254 F ext/fts5/fts5_storage.c df061a5caf9e50fbbd43113009b5b248362f4995 F ext/fts5/fts5_tcl.c 6da58d6e8f42a93c4486b5ba9b187a7f995dee37 F ext/fts5/fts5_test_mi.c e96be827aa8f571031e65e481251dc1981d608bf @@ -1390,7 +1390,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f -P d591e860d3d7c61637b4b07989bf176cb337db2c -R 4054948498db600c620d7cf47f4149f2 -U dan -Z db95020d457f0e85944d65c1e34b0155 +P baec1b96cb64a6a6317143a8df841e502afe3914 +R 450be658799fba4e5ff2cf0a8c0976d8 +U mistachkin +Z d352d6bcf527145b85d125184e9bb23e diff --git a/manifest.uuid b/manifest.uuid index 08cc59d84d..f85da3f615 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -baec1b96cb64a6a6317143a8df841e502afe3914 \ No newline at end of file +13adcd038fc20dd1b6f344f79b449b4034f8f8f2 \ No newline at end of file