diff options
author | Mark Wielaard <mark@klomp.org> | 2016-11-14 19:46:26 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2016-11-18 11:06:18 +0100 |
commit | 59d2699cfd30f9defc454be17415c0a518ece32b (patch) | |
tree | 0bbd49270925a86f42528bf6432ce24ccebdba1d /libiberty/configure.ac | |
parent | a4ddf8dc72f0ac10c3459a91949eb1bdb07ed10d (diff) | |
download | gdb-59d2699cfd30f9defc454be17415c0a518ece32b.zip gdb-59d2699cfd30f9defc454be17415c0a518ece32b.tar.gz gdb-59d2699cfd30f9defc454be17415c0a518ece32b.tar.bz2 |
libiberty: Add -Wshadow=local to warning flags (if supported).
libiberty/ChangeLog:
* configure.ac (ac_libiberty_warn_cflags): Add -Wshadow=local.
* configure: Regenerated.
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r-- | libiberty/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac index 9d3f298..1aa0c7c 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac @@ -160,7 +160,8 @@ AC_SYS_LARGEFILE AC_PROG_CPP_WERROR ACX_PROG_CC_WARNING_OPTS([-W -Wall -Wwrite-strings -Wc++-compat \ - -Wstrict-prototypes], [ac_libiberty_warn_cflags]) + -Wstrict-prototypes \ + -Wshadow=local], [ac_libiberty_warn_cflags]) ACX_PROG_CC_WARNING_ALMOST_PEDANTIC([], [ac_libiberty_warn_cflags]) AC_PROG_CC_C_O |