From 368aa6e3d544d6054fe16fcabaeb910fe58fca55 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 5 Jan 2014 12:33:40 +0000 Subject: configure.in: deprecated-declarations * configure.in: make deprecated declarations error. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index e8194abf64..35e04739d2 100644 --- a/configure.in +++ b/configure.in @@ -745,6 +745,7 @@ if test "$GCC:${warnflags+set}:no" = yes::no; then -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 -- cgit v1.2.3