mirror of https://gitee.com/bigwinds/arangodb
fixed (irrelevant) warnings about potentially uninitialised variable
This commit is contained in:
parent
0c6cdc6dab
commit
9cb0afb46c
|
@ -697,9 +697,9 @@ uint64_t findkkey2(FTS_real_index * ix, uint64_t * word)
|
||||||
{
|
{
|
||||||
/* skip over the B-key into index 3 */
|
/* skip over the B-key into index 3 */
|
||||||
docb=ZStrDec(zstr,&zcbky);
|
docb=ZStrDec(zstr,&zcbky);
|
||||||
}
|
|
||||||
/* silly use of docb to get rid of compiler warning */
|
/* 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);
|
ZStrCxClear(&zcdelt, &ctx);
|
||||||
newlet=0;
|
newlet=0;
|
||||||
while(1)
|
while(1)
|
||||||
|
|
Loading…
Reference in New Issue