]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/electrical.cxx
Suppress warnings
[flightgear.git] / src / Systems / electrical.cxx
index 2bd473c09456e0959e3c5f5148a64f664cbcfb76..045d6220743b8858641d6fe75d6dce486b381f83 100644 (file)
@@ -392,7 +392,7 @@ void FGElectricalSystem::init () {
                         "details.");
                 exit(-1);
             }        
-        } catch (const sg_exception& exc) {
+        } catch (const sg_exception&) {
             SG_LOG( SG_ALL, SG_ALERT,
                     "Failed to load electrical system model: "
                     << config.str() );