warnings in travis
This commit is contained in:
parent
7bcd6aed08
commit
7350ec1624
5 changed files with 11 additions and 9 deletions
|
|
@ -246,9 +246,6 @@ identifier [A-Za-z_][A-Za-z0-9_\-\.]*
|
|||
<STRINGSQ>[^'\n]+ { clixon_yang_parselval.string = strdup(yytext);
|
||||
return CHARS;}
|
||||
|
||||
<DQESC>[nt"\\] { BEGIN(_YY->yy_lex_state);
|
||||
clixon_yang_parselval.string = strdup(yytext);
|
||||
return CHARS; }
|
||||
<DQESC>[nt"\\] { BEGIN(_YY->yy_lex_state);
|
||||
clixon_yang_parselval.string = strdup(yytext);
|
||||
return CHARS; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue