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 7246309 commit 47cc64dCopy full SHA for 47cc64d
ext/rbs_extension/extconf.rb
@@ -14,8 +14,8 @@
14
append_cflags ['-std=gnu99', '-Wimplicit-fallthrough', '-Wunused-result']
15
append_cflags ['-O0', '-g'] if ENV['DEBUG']
16
if ENV["TEST_NO_C23"]
17
- puts "Adding -Wc23-extensions to CFLAGS"
18
- $CFLAGS << " -Werror -Wc23-extensions"
+ puts "Adding -Wc2x-extensions to CFLAGS"
+ $CFLAGS << " -Werror -Wc2x-extensions"
19
end
20
21
create_makefile 'rbs_extension'
0 commit comments