mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Suppress warnings
This commit is contained in:
parent
e6fbdde229
commit
e31602b78d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module Racc
|
||||||
"-O#{OUT_DIR}/#{file}",
|
"-O#{OUT_DIR}/#{file}",
|
||||||
"-o#{TAB_DIR}/#{file}",
|
"-o#{TAB_DIR}/#{file}",
|
||||||
]
|
]
|
||||||
racc *args, **opt
|
racc(*args, **opt)
|
||||||
end
|
end
|
||||||
|
|
||||||
def assert_debugfile(asset, ok)
|
def assert_debugfile(asset, ok)
|
||||||
|
|
Loading…
Add table
Reference in a new issue