From de2d45100d085844f4ba50c9e54cec84d0122733 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 21 Oct 2015 00:35:50 +0000 Subject: extconf.rb: strict_warnflags * ext/date/extconf.rb: add strict warning flags same as ruby itself for C99 option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/extconf.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/date') diff --git a/ext/date/extconf.rb b/ext/date/extconf.rb index 9f7d3e8f0b..a8c6fcaab2 100644 --- a/ext/date/extconf.rb +++ b/ext/date/extconf.rb @@ -1,2 +1,3 @@ require 'mkmf' +config_string("strict_warnflags") {|w| $warnflags += " #{w}"} create_makefile('date_core') -- cgit v1.2.3