mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Suppress various compiler warnings.
FossilOrigin-Name: e82d008eaffb5522080cad6c69c1b194b78eadbd
This commit is contained in:
@@ -226,7 +226,12 @@ static const struct sqlite3_io_methods MemJournalMethods = {
|
||||
0, /* xCheckReservedLock */
|
||||
0, /* xFileControl */
|
||||
0, /* xSectorSize */
|
||||
0 /* xDeviceCharacteristics */
|
||||
0, /* xDeviceCharacteristics */
|
||||
0, /* xShmOpen */
|
||||
0, /* xShmLock */
|
||||
0, /* xShmMap */
|
||||
0, /* xShmBarrier */
|
||||
0 /* xShmClose */
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user