1
0
Fork 0

Fix some warnings from procedures loader

This commit is contained in:
James Turner 2019-05-02 13:39:33 +01:00
parent b486273e0b
commit f159b98224

View file

@ -222,7 +222,9 @@ void NavdataVisitor::endElement(const char* name)
_overflightWaypt = (_text == "Fly-over");
} else if ((tag == "AltitudeCons") ||
(tag == "BankLimit") ||
(tag == "Sp_Turn"))
(tag == "Sp_Turn") ||
(tag == "Airport") ||
(tag == "ProceduresDB"))
{
// ignored but don't warn
} else {