mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fix compiler warnings in LSM1, especially in the test logic.
FossilOrigin-Name: 9bd3be92b8add7bd0d7bc4b0742b2dd227ebb8d67a839b78f26f2b06b47490f2
This commit is contained in:
@ -242,6 +242,7 @@ static void testCompareCksumLsmdb(
|
||||
}
|
||||
}
|
||||
|
||||
#if 0 /* not used */
|
||||
static void testCompareCksumBtdb(
|
||||
const char *zFile, /* Path to LSM database */
|
||||
const char *zExpect1, /* Expected checksum 1 */
|
||||
@ -278,6 +279,7 @@ static void testCompareCksumBtdb(
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif /* not used */
|
||||
|
||||
/* Above this point are reusable test routines. Not clear that they
|
||||
** should really be in this file.
|
||||
@ -484,4 +486,3 @@ void do_crash_test(const char *zPattern, int *pRc){
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user