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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user