X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2Fperformancedb.cxx;h=3f9aafa6893f704d496f68d89a9308ef263be529;hb=47a7952f893dcb3d0b1372907cac375fedf81703;hp=10e7f6ce1189f94ca21e78f2db65b5fa1415f4c2;hpb=a4debec12277fcb2d0ac109f1af33f0491af52a7;p=flightgear.git diff --git a/src/AIModel/performancedb.cxx b/src/AIModel/performancedb.cxx index 10e7f6ce1..3f9aafa68 100644 --- a/src/AIModel/performancedb.cxx +++ b/src/AIModel/performancedb.cxx @@ -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;