mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Enabled and fixed compiler warnings. (#359)
This commit is contained in:
@@ -149,7 +149,9 @@ namespace ledger::sqlite
|
||||
|
||||
const int ret = exec_sql(db, sql);
|
||||
if (ret == -1)
|
||||
{
|
||||
LOG_ERROR << "Error when creating sqlite table " << table_name;
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
@@ -170,7 +172,9 @@ namespace ledger::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