diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-23 12:59:46 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-23 12:59:46 +0900 |
| commit | 4f012f578f22cca67af8c633845464abc79913f4 (patch) | |
| tree | 013dbf5a7c825c8f5f7b9b1207bf9d3b93ecf370 | |
| parent | d26100d529604767aaad20866e84092e620c7e22 (diff) | |
| download | mruby-4f012f578f22cca67af8c633845464abc79913f4.tar.gz mruby-4f012f578f22cca67af8c633845464abc79913f4.zip | |
remove warning for open paren after space
| -rw-r--r-- | src/parse.y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse.y b/src/parse.y index 752993a4a..316e7309c 100644 --- a/src/parse.y +++ b/src/parse.y @@ -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); |
