mirror of
https://github.com/tnodir/fort
synced 2024-11-15 06:46:41 +00:00
UI: SQLite: Remove SQLITE_OMIT_AUTHORIZATION
To avoid warning about unused var.
This commit is contained in:
parent
4cf271012b
commit
73c7ecc2f6
2
src/3rdparty/sqlite/config.h
vendored
2
src/3rdparty/sqlite/config.h
vendored
@ -58,7 +58,7 @@
|
||||
#define SQLITE_MAX_WORKER_THREADS 8
|
||||
#define SQLITE_WIN32_GETVERSIONEX 0
|
||||
|
||||
#define SQLITE_OMIT_AUTHORIZATION 1
|
||||
//#define SQLITE_OMIT_AUTHORIZATION 1
|
||||
#define SQLITE_OMIT_AUTOINIT 1
|
||||
#define SQLITE_OMIT_AUTOMATIC_INDEX 1
|
||||
#define SQLITE_OMIT_AUTORESET 1
|
||||
|
Loading…
Reference in New Issue
Block a user