mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-05 02:06:02 -04:00
Fix compiler warning (unused variable)
This commit is contained in:
parent
2b384d1441
commit
da725ed1cf
@ -28,7 +28,6 @@ const int OPEN_READONLY = SQLITE_OPEN_READONLY;
|
||||
const int OPEN_READWRITE = SQLITE_OPEN_READWRITE;
|
||||
const int OPEN_CREATE = SQLITE_OPEN_CREATE;
|
||||
const int OPEN_URI = SQLITE_OPEN_URI;
|
||||
const int OPEN_MEMORY = SQLITE_OPEN_MEMORY;
|
||||
|
||||
const int OK = SQLITE_OK;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user