Skip to content

Commit de85b00

Browse files
committed
Add message
1 parent 9781d59 commit de85b00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ext/rbs_extension/extconf.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
append_cflags ['-std=gnu99', '-Wimplicit-fallthrough', '-Wunused-result']
1515
append_cflags ['-O0', '-g'] if ENV['DEBUG']
16-
$CFLAGS << " -Werror -Wc23-extensions" if ENV["TEST_NO_C23"]
16+
if ENV["TEST_NO_C23"]
17+
puts "Adding -Wc23-extensions to CFLAGS"
18+
$CFLAGS << " -Werror -Wc23-extensions"
19+
end
1720

1821
create_makefile 'rbs_extension'

0 commit comments

Comments
 (0)