1
0
Fork 0

fixed (irrelevant) warnings about potentially uninitialised variable

This commit is contained in:
Jan Steemann 2012-11-30 13:03:44 +01:00
parent 0c6cdc6dab
commit 9cb0afb46c
1 changed files with 2 additions and 2 deletions

View File

@ -697,9 +697,9 @@ uint64_t findkkey2(FTS_real_index * ix, uint64_t * word)
{
/* skip over the B-key into index 3 */
docb=ZStrDec(zstr,&zcbky);
}
/* silly use of docb to get rid of compiler warning */
if(docb==0xffffff) printf("impossible\n");
if(docb==0xffffff) printf("impossible\n");
}
ZStrCxClear(&zcdelt, &ctx);
newlet=0;
while(1)