Skip to content

Commit aac16ae

Browse files
committed
ext
1 parent 179423f commit aac16ae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ext/quickjsrb/extconf.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
append_cflags('-Wchar-subscripts -funsigned-char')
3535
else
3636
append_cflags('-Wno-array-bounds -Wno-format-truncation')
37+
38+
append_cflags('-Wextra')
39+
append_cflags('-Wno-sign-compare')
40+
append_cflags('-Wno-missing-field-initializers')
41+
append_cflags('-Wundef -Wuninitialized')
42+
append_cflags('-Wunused -Wno-unused-parameter')
43+
append_cflags('-Wwrite-strings')
44+
append_cflags('-Wchar-subscripts -funsigned-char')
45+
3746
end
3847

3948
append_cflags('-fwrapv')

0 commit comments

Comments
 (0)