mirror of
https://github.com/SOCI/soci.git
synced 2026-02-15 02:38:42 -06:00
Fix harmless unused variable warning in PostgreSQL test
Just don't name the exception variable.
This commit is contained in:
@@ -1026,7 +1026,7 @@ private:
|
||||
msession << "DROP FUNCTION IF EXISTS \"function_with:colon\"();";
|
||||
msession << "DROP TYPE IF EXISTS \"type_with:colon\" ;";
|
||||
}
|
||||
catch (soci_error const& e){}
|
||||
catch (soci_error const&){}
|
||||
}
|
||||
soci::session& msession;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user