X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Finstrument_mgr.cxx;h=da82cce9529b2e35eb1999b9975f8e0888861340;hb=61812ef4b88f5aa74e9cc0630c84d6fc6b4a51cd;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() ); }