Skip to content

Commit

Permalink
[Truffle] Disable parens warning from Rubinius code.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Apr 15, 2015
1 parent d9ccc13 commit 8cd45e0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -376,6 +376,7 @@ private void processArgument() {
config.setCompileMode(RubyInstanceConfig.CompileMode.FORCE);
} else if (extendedOption.equals("+T")) {
checkGraalVersion();
Options.PARSER_WARN_GROUPED_EXPRESSIONS.force(Boolean.FALSE.toString());
config.setCompileMode(RubyInstanceConfig.CompileMode.TRUFFLE);
config.setDisableGems(true);
} else if (extendedOption.endsWith("...")) {
Expand Down

0 comments on commit 8cd45e0

Please sign in to comment.