1
0
Fork 0

Fix MSVC unused-var warning

This commit is contained in:
James Turner 2021-02-15 09:33:30 +00:00
parent 4a4117b9ab
commit 02e0d17dbc

View file

@ -2668,7 +2668,7 @@ FGMultiplayMgr::addMultiplayer(const std::string& callsign,
try {
readProperties(path, set);
}
catch ( const std::exception &e ) {
catch ( const std::exception & ) {
ok = false;
}
if (ok) {