UI: SQLite: Remove SQLITE_OMIT_AUTHORIZATION

To avoid warning about unused var.
This commit is contained in:
Nodir Temirkhodjaev 2022-08-09 14:13:12 +05:00
parent 4cf271012b
commit 73c7ecc2f6

View File

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