X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Finstrument_mgr.cxx;h=da82cce9529b2e35eb1999b9975f8e0888861340;hb=c6045147544badd6daefdcab9d4de1ed6936533b;hp=99b8ddc1202cbecc7b6766a31b73ed398229a1ca;hpb=c2040f30a26451a9bc445843094117f63f3998a1;p=flightgear.git diff --git a/src/Instrumentation/instrument_mgr.cxx b/src/Instrumentation/instrument_mgr.cxx index 99b8ddc12..da82cce95 100644 --- a/src/Instrumentation/instrument_mgr.cxx +++ b/src/Instrumentation/instrument_mgr.cxx @@ -74,7 +74,7 @@ FGInstrumentMgr::FGInstrumentMgr () "Detected an internal inconsistency in the instrumentation\n" "system specification file. See earlier errors for details.")); } - } catch (const sg_exception& exc) { + } catch (const sg_exception&) { SG_LOG( SG_ALL, SG_ALERT, "Failed to load instrumentation system model: " << config.str() ); }