mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
Enabled and fixed compiler warnings. (#92)
This commit is contained in:
@@ -145,7 +145,9 @@ namespace sqlite
|
||||
|
||||
const int ret = exec_sql(db, sql);
|
||||
if (ret == -1)
|
||||
{
|
||||
LOG_ERROR << "Error when creating sqlite table " << table_name;
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
@@ -166,7 +168,9 @@ namespace sqlite
|
||||
|
||||
const int ret = exec_sql(db, sql);
|
||||
if (ret == -1)
|
||||
{
|
||||
LOG_ERROR << "Error when creating sqlite index '" << index_name << "' in table " << table_name;
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user