We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9607b17 commit c708cc3Copy full SHA for c708cc3
spec/ruby/optional/capi/spec_helper.rb
@@ -76,6 +76,7 @@ def compile_extension(name)
76
$ruby = ENV.values_at('RUBY_EXE', 'RUBY_FLAGS').join(' ')
77
# MRI magic to consider building non-bundled extensions
78
$extout = nil
79
+ $warnflags << ' -Wno-declaration-after-statement'
80
create_makefile(#{ext.inspect})
81
RUBY
82
output = ruby_exe("extconf.rb")
0 commit comments