1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix a couple of harmless compiler warnings.

FossilOrigin-Name: fcf480cc630976b619aabd5f7fb7b09601a178fb
This commit is contained in:
drh
2014-03-03 21:46:55 +00:00
parent 9b8afef260
commit 13a747e5e4
4 changed files with 11 additions and 10 deletions

View File

@@ -4575,6 +4575,8 @@ int sqlite3BtreeMovetoUnpacked(
|| pIdxKey->default_rc==0
|| pIdxKey->default_rc==-1
);
}else{
xRecordCompare = 0; /* Not actually used. Avoids a compiler warning. */
}
rc = moveToRoot(pCur);