mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-07 19:44:45 +02:00
gcc warning fix
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user