mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove three warnings.
This commit is contained in:
@@ -47,7 +47,7 @@ DatabaseCon::DatabaseCon (Setup const& setup,
|
||||
{
|
||||
*session_ << initStrings[i];
|
||||
}
|
||||
catch (soci::soci_error& e)
|
||||
catch (soci::soci_error&)
|
||||
{
|
||||
// ignore errors
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user