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;
|
s = parsodusParser_Symbol::T_COMMA;
|
||||||
break;
|
break;
|
||||||
case ParsodusLexer::nonmatching:
|
case ParsodusLexer::nonmatching:
|
||||||
|
case ParsodusLexer::ignore:
|
||||||
//ignore
|
//ignore
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue