Remove three warnings.

This commit is contained in:
Tom Ritchford
2015-03-26 12:37:16 -04:00
parent 18fdc175c6
commit 936e83759d
2 changed files with 3 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ DatabaseCon::DatabaseCon (Setup const& setup,
{
*session_ << initStrings[i];
}
catch (soci::soci_error& e)
catch (soci::soci_error&)
{
// ignore errors
}