mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove warning for open paren after space
This commit is contained in:
@@ -4202,7 +4202,6 @@ parser_yylex(parser_state *p)
|
||||
}
|
||||
else if (IS_SPCARG(-1)) {
|
||||
c = tLPAREN_ARG;
|
||||
yywarning(p, "(...) interpreted as grouped expression");
|
||||
}
|
||||
p->paren_nest++;
|
||||
COND_PUSH(0);
|
||||
|
||||
Reference in New Issue
Block a user