Fix some warnings from procedures loader
This commit is contained in:
parent
b486273e0b
commit
f159b98224
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue