emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108944: * configure.in (WARN_CFLAGS)


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108944: * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
Date: Sat, 07 Jul 2012 22:32:41 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108944
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2012-07-07 22:32:41 +0200
message:
  * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-07-07 19:23:41 +0000
+++ b/ChangeLog 2012-07-07 20:32:41 +0000
@@ -1,3 +1,7 @@
+2012-07-07  Andreas Schwab  <address@hidden>
+
+       * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
+
 2012-07-07  Paul Eggert  <address@hidden>
 
        Improve static checking when configured --with-ns.

=== modified file 'configure.in'
--- a/configure.in      2012-07-07 19:23:41 +0000
+++ b/configure.in      2012-07-07 20:32:41 +0000
@@ -697,6 +697,7 @@
   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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]