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
This commit is contained in:
nobu 2014-01-05 12:33:40 +00:00
Родитель fff5f67454
Коммит 368aa6e3d5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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