Fix compiler warnings under gcc.

This commit is contained in:
Tom Ritchford
2014-09-30 10:37:33 -04:00
committed by Vinnie Falco
parent 78dfb6bcf5
commit af7f0b5074

View File

@@ -67,10 +67,7 @@ class session::Sqlite3
public:
Sqlite3()
{
int threadSafe = sqlite3_threadsafe();
assert (threadSafe != 0);
assert (sqlite3_threadsafe() != 0);
sqlite3_initialize();
}