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 {
|
try {
|
||||||
readProperties(path, set);
|
readProperties(path, set);
|
||||||
}
|
}
|
||||||
catch ( const std::exception &e ) {
|
catch ( const std::exception & ) {
|
||||||
ok = false;
|
ok = false;
|
||||||
}
|
}
|
||||||
if (ok) {
|
if (ok) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue