mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-11-16 23:10:09 +00:00
Shut up warnings
This commit is contained in:
@@ -183,7 +183,7 @@ void Database::createTables() {
|
||||
std::lock_guard<std::mutex> lock(dbCrit);
|
||||
|
||||
char* errMsg = 0;
|
||||
char* sql;
|
||||
const char* sql;
|
||||
|
||||
sql = R"(
|
||||
CREATE TABLE IF NOT EXISTS "Accounts" (
|
||||
|
||||
Reference in New Issue
Block a user