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 ad773b5 commit b910de6Copy full SHA for b910de6
ext/date/extconf.rb
@@ -3,6 +3,7 @@
3
4
config_string("strict_warnflags") {|w| $warnflags += " #{w}"}
5
6
+append_cflags("-Wno-compound-token-split-by-macro") if RUBY_VERSION < "2.7."
7
have_func("rb_category_warn")
8
with_werror("", {:werror => true}) do |opt, |
9
have_var("timezone", "time.h", opt)
0 commit comments