1
0
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:
mistachkin
2015-07-14 17:18:05 +00:00
parent 201e0c68f7
commit 532f179cab
7 changed files with 29 additions and 31 deletions

View File

@@ -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
*/