X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2Fsidstar.cxx;h=6566e23d851fdc491328f7c8003e27bf44e50463;hb=ab149d0036f21fd2ad685f7efea28f84986534b0;hp=4f353a6596ea7d460e03122fce08e4955b20dc7a;hpb=648247b71ed8bd3734e344a1ce07ae9c03ab2e96;p=flightgear.git diff --git a/src/Airports/sidstar.cxx b/src/Airports/sidstar.cxx index 4f353a659..6566e23d8 100644 --- a/src/Airports/sidstar.cxx +++ b/src/Airports/sidstar.cxx @@ -55,7 +55,7 @@ void FGSidStar::load(SGPath filename) { string name; try { readProperties(filename.str(), &root); - } catch (const sg_exception &e) { + } catch (const sg_exception &) { SG_LOG(SG_GENERAL, SG_ALERT, "Error reading AI flight plan: " << filename.str()); // cout << path.str() << endl;