gcc warning fix
This commit is contained in:
Родитель
6cae42a29c
Коммит
efc0387838
|
@ -2803,7 +2803,6 @@ void SQLiteTest::testCommitCallback()
|
|||
std::string firstName("firstname");
|
||||
std::string address("Address");
|
||||
int age = 133132;
|
||||
int count = 0;
|
||||
std::string result;
|
||||
tmp.begin();
|
||||
tmp << "DROP TABLE IF EXISTS Person", now;
|
||||
|
@ -2845,7 +2844,6 @@ void SQLiteTest::testRollbackCallback()
|
|||
std::string firstName("firstname");
|
||||
std::string address("Address");
|
||||
int age = 133132;
|
||||
int count = 0;
|
||||
std::string result;
|
||||
tmp.begin();
|
||||
tmp << "DROP TABLE IF EXISTS Person", now;
|
||||
|
|
Загрузка…
Ссылка в новой задаче