From: drh Date: Mon, 19 Mar 2012 14:57:49 +0000 (+0000) Subject: Fix one more compiler warning missed by the previous check-in. X-Git-Tag: version-3.7.11~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d13a3bc772e5c57dcd3d8f084b37b2bc1f0d8757;p=thirdparty%2Fsqlite.git Fix one more compiler warning missed by the previous check-in. FossilOrigin-Name: bc03d99a78e90c02b69037e5f5f81537b5a3ac60 --- diff --git a/ext/fts3/fts3.c b/ext/fts3/fts3.c index 984712c7b7..421052b937 100644 --- a/ext/fts3/fts3.c +++ b/ext/fts3/fts3.c @@ -3990,7 +3990,7 @@ static int fts3EvalPhraseNext( } pDL->pList = pIter; fts3PoslistCopy(0, &pIter); - pDL->nList = (pIter - pDL->pList); + pDL->nList = (int)(pIter - pDL->pList); /* pIter now points just past the 0x00 that terminates the position- ** list for document pDL->iDocid. However, if this position-list was diff --git a/manifest b/manifest index 853c98bd07..02ccade03d 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Suppress\sharmless\scompiler\swarnings\son\swindows\sin\sFTS4\sand\sRTREE. -D 2012-03-19T14:51:19.261 +C Fix\sone\smore\scompiler\swarning\smissed\sby\sthe\sprevious\scheck-in. +D 2012-03-19T14:57:49.232 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 2f37e468503dbe79d35c9f6dffcf3fae1ae9ec20 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -63,7 +63,7 @@ F ext/fts3/README.content fdc666a70d5257a64fee209f97cf89e0e6e32b51 F ext/fts3/README.syntax a19711dc5458c20734b8e485e75fb1981ec2427a F ext/fts3/README.tokenizers 998756696647400de63d5ba60e9655036cb966e9 F ext/fts3/README.txt 8c18f41574404623b76917b9da66fcb0ab38328d -F ext/fts3/fts3.c cb5b77609ebe3405f482b81a419e12dd00b5d9b5 +F ext/fts3/fts3.c a62e09140c00f9c401efca661e7f2ae9909194f6 F ext/fts3/fts3.h 3a10a0af180d502cecc50df77b1b22df142817fe F ext/fts3/fts3Int.h d1d7f964ddee067bcd16a6af4ba7ecf66220056d F ext/fts3/fts3_aux.c 5205182bd8f372782597888156404766edf5781e @@ -992,7 +992,7 @@ F tool/tostr.awk e75472c2f98dd76e06b8c9c1367f4ab07e122d06 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f F tool/warnings-clang.sh 9f406d66e750e8ac031c63a9ef3248aaa347ef2a F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381 -P 7dd97f12cd268cac1241f0f3e8de94bb629b97c7 -R 3d835a8bbdb81ada9b824f3c7c84ac79 +P 4fd68647c8d4b120e04d054617cef31001f44c6f +R d0de9386b7862d0d496b567825b3fc4a U drh -Z 908ca5c15e2aee882328fc436d7a8c0f +Z d75a5126aa3d9bafa8a4a6d3f6859d6d diff --git a/manifest.uuid b/manifest.uuid index 9f22b09f51..8ce488b11e 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -4fd68647c8d4b120e04d054617cef31001f44c6f \ No newline at end of file +bc03d99a78e90c02b69037e5f5f81537b5a3ac60 \ No newline at end of file