ruby-changes:32425
From: nobu <ko1@a...>
Date: Sun, 5 Jan 2014 21:33:46 +0900 (JST)
Subject: [ruby-changes:32425] nobu:r44504 (trunk): configure.in: deprecated-declarations
nobu 2014-01-05 21:33:40 +0900 (Sun, 05 Jan 2014) New Revision: 44504 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44504 Log: configure.in: deprecated-declarations * configure.in: make deprecated declarations error. Modified files: trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 44503) +++ configure.in (revision 44504) @@ -745,6 +745,7 @@ if test "$GCC:${warnflags+set}:no" = yes https://github.com/ruby/ruby/blob/trunk/configure.in#L745 -Werror=shorten-64-to-32 \ -Werror=implicit-function-declaration \ -Werror=division-by-zero \ + -Werror=deprecated-declarations \ $extra_warning \ ; do if test "$particular_werror_flags" != yes; then -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/