Remove compiler warning about ParsodusLexer::ignore
This commit is contained in:
parent
c8d826c857
commit
7609d07cb9
|
@ -90,6 +90,7 @@ Parser::Token Parser::lex() {
|
|||
s = parsodusParser_Symbol::T_COMMA;
|
||||
break;
|
||||
case ParsodusLexer::nonmatching:
|
||||
case ParsodusLexer::ignore:
|
||||
//ignore
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue