From: Andreas Schwab Date: Sat, 7 Jul 2012 20:32:41 +0000 (+0200) Subject: * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations. X-Git-Tag: emacs-24.2.90~1199^2~143 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4da41f1c10ab05ebe74cd86211e79e3b9ae657ac;p=emacs.git * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations. --- diff --git a/ChangeLog b/ChangeLog index 414da3e3a8d..2561b3209bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-07-07 Andreas Schwab + + * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations. + 2012-07-07 Paul Eggert Improve static checking when configured --with-ns. diff --git a/configure.in b/configure.in index 94314c7d71e..6a90c4869e5 100644 --- a/configure.in +++ b/configure.in @@ -697,6 +697,7 @@ else gl_WARN_ADD([-Wno-switch]) # Too many warnings for now gl_WARN_ADD([-Wno-unused-parameter]) # Too many warnings for now gl_WARN_ADD([-Wno-format-nonliteral]) + gl_WARN_ADD([-Wno-deprecated-declarations]) # triggered by libpng # In spite of excluding -Wlogical-op above, it is enabled, as of # gcc 4.5.0 20090517.