]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/performancedb.cxx
Stuart Buchanan:
[flightgear.git] / src / AIModel / performancedb.cxx
index 10e7f6ce1189f94ca21e78f2db65b5fa1415f4c2..3f9aafa6893f704d496f68d89a9308ef263be529 100644 (file)
@@ -60,7 +60,7 @@ void PerformanceDB::load(SGPath filename) {
     SGPropertyNode root;
     try {
         readProperties(filename.str(), &root);
-    } catch (const sg_exception &e) {
+    } catch (const sg_exception &) {
         SG_LOG(SG_GENERAL, SG_ALERT,
             "Error reading AI aircraft performance database: " << filename.str());
         return;