Remove compiler warning about ParsodusLexer::ignore

This commit is contained in:
Robin Jadoul 2017-01-27 17:18:55 +01:00
parent c8d826c857
commit 7609d07cb9
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ Parser::Token Parser::lex() {
s = parsodusParser_Symbol::T_COMMA;
break;
case ParsodusLexer::nonmatching:
case ParsodusLexer::ignore:
//ignore
break;
}