mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update the test for [Feature #18615]
This commit is contained in:
parent
329c89bb42
commit
acbc2bdd30
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class TestMkmf
|
|||
-Wextra -Wno-unused-parameter -Wno-parentheses
|
||||
-Wno-long-long -Wno-missing-field-initializers -Wpointer-arith
|
||||
-Wwrite-strings -Wdeclaration-after-statement
|
||||
-Wshorten-64-to-32 -Wimplicit-function-declaration
|
||||
-Wshorten-64-to-32 -Werror-implicit-function-declaration
|
||||
", generated_flags
|
||||
|
||||
ensure
|
||||
|
|
Loading…
Reference in a new issue