ruby-changes:40124
From: nobu <ko1@a...>
Date: Wed, 21 Oct 2015 09:36:12 +0900 (JST)
Subject: [ruby-changes:40124] nobu:r52205 (trunk): extconf.rb: strict_warnflags
nobu 2015-10-21 09:35:50 +0900 (Wed, 21 Oct 2015) New Revision: 52205 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52205 Log: extconf.rb: strict_warnflags * ext/date/extconf.rb: add strict warning flags same as ruby itself for C99 option. Modified files: trunk/ext/date/extconf.rb Index: ext/date/extconf.rb =================================================================== --- ext/date/extconf.rb (revision 52204) +++ ext/date/extconf.rb (revision 52205) @@ -1,2 +1,3 @@ https://github.com/ruby/ruby/blob/trunk/ext/date/extconf.rb#L1 require 'mkmf' +config_string("strict_warnflags") {|w| $warnflags += " #{w}"} create_makefile('date_core') -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/