]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/xmlauto.cxx
Suppress warnings
[flightgear.git] / src / Autopilot / xmlauto.cxx
index 1da3642765a9f61ccfa03122e9f784303fad48f6..e971201c4a68b2b5e8ac1759903c2c3e6a119f91 100644 (file)
@@ -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() );
         }