Fix MSVC unused-var warning
This commit is contained in:
parent
4a4117b9ab
commit
02e0d17dbc
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue