* configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
This commit is contained in:
parent
dffdc540e2
commit
4da41f1c10
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
|
||||
|
||||
2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Improve static checking when configured --with-ns.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue