X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAutopilot%2Fxmlauto.cxx;h=e971201c4a68b2b5e8ac1759903c2c3e6a119f91;hb=219be77f1e329b03a7dcf1d697ea2fdbf7f1a81a;hp=1da3642765a9f61ccfa03122e9f784303fad48f6;hpb=0783a96d4dd484a888dddaf399624274bed9272a;p=flightgear.git diff --git a/src/Autopilot/xmlauto.cxx b/src/Autopilot/xmlauto.cxx index 1da364276..e971201c4 100644 --- a/src/Autopilot/xmlauto.cxx +++ b/src/Autopilot/xmlauto.cxx @@ -794,7 +794,7 @@ void FGXMLAutopilot::init() { " details."); exit(-1); } - } catch (const sg_exception& exc) { + } catch (const sg_exception&) { SG_LOG( SG_ALL, SG_ALERT, "Failed to load autopilot configuration: " << config.str() ); }