Fix harmless compiler warning.
FossilOrigin-Name: 580dae4615353d73c7d096107571bd60fec5b0f2
This commit is contained in:
parent
33e1327a22
commit
0b7ff5c11b
@ -1253,7 +1253,7 @@ void sqlite3Fts3Snippet(
|
||||
*/
|
||||
for(iRead=0; iRead<pTab->nColumn; iRead++){
|
||||
SnippetFragment sF = {0, 0, 0, 0};
|
||||
int iS;
|
||||
int iS = 0;
|
||||
if( iCol>=0 && iRead!=iCol ) continue;
|
||||
|
||||
/* Find the best snippet of nFToken tokens in column iRead. */
|
||||
|
14
manifest
14
manifest
@ -1,5 +1,5 @@
|
||||
C Refinement\sto\sthe\swording\sof\sthe\sdocumentation\son\sdepreciated\sfunctions.
|
||||
D 2015-03-04T15:35:07.522
|
||||
C Fix\sharmless\scompiler\swarning.
|
||||
D 2015-03-04T20:18:55.349
|
||||
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
||||
F Makefile.in 2f643d6968dfc0b82d2e546a0525a39079f9e928
|
||||
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
||||
@ -87,7 +87,7 @@ F ext/fts3/fts3_hash.c 29b986e43f4e9dd40110eafa377dc0d63c422c60
|
||||
F ext/fts3/fts3_hash.h 39cf6874dc239d6b4e30479b1975fe5b22a3caaf
|
||||
F ext/fts3/fts3_icu.c e319e108661147bcca8dd511cd562f33a1ba81b5
|
||||
F ext/fts3/fts3_porter.c 3565faf04b626cddf85f03825e86056a4562c009
|
||||
F ext/fts3/fts3_snippet.c f16ef6425f92339a8fecc87d9aaf2b12355c78e4
|
||||
F ext/fts3/fts3_snippet.c 52c2dcf410b1f9af5a44d81a2cf8c68ed1cb5283
|
||||
F ext/fts3/fts3_term.c a521f75132f9a495bdca1bdd45949b3191c52763
|
||||
F ext/fts3/fts3_test.c 8a3a78c4458b2d7c631fcf4b152a5cd656fa7038
|
||||
F ext/fts3/fts3_tokenize_vtab.c becc661223db7898b213f9e8a23d75bac02408c9
|
||||
@ -1240,7 +1240,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
|
||||
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
|
||||
F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
|
||||
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
|
||||
P 5450e4650b2dedf3626bbe5a64b680dbd4011173
|
||||
R 56547922ea4d7b893e96d2de0edeed04
|
||||
U drh
|
||||
Z 4776ec7c4b1dc2fec453c5541ed697ae
|
||||
P 04a59d6f7ecbf769bd127a9071348b51ce8463f8
|
||||
R eb7760e5f73fea42d82f7f1da509727f
|
||||
U mistachkin
|
||||
Z c6ab24c8fd379ad2586877483b56d26f
|
||||
|
@ -1 +1 @@
|
||||
04a59d6f7ecbf769bd127a9071348b51ce8463f8
|
||||
580dae4615353d73c7d096107571bd60fec5b0f2
|
Loading…
Reference in New Issue
Block a user