mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Fix some harmless compiler warnings.
FossilOrigin-Name: 3de030c904d125ccf41fa1929646b8a002b5341b
This commit is contained in:
@@ -8959,7 +8959,7 @@ static int checkTreePage(
|
||||
const char *saved_zPfx = pCheck->zPfx;
|
||||
int saved_v1 = pCheck->v1;
|
||||
int saved_v2 = pCheck->v2;
|
||||
u8 savedIsInit;
|
||||
u8 savedIsInit = 0;
|
||||
|
||||
/* Check that the page exists
|
||||
*/
|
||||
|
Reference in New Issue
Block a user