diff options
Diffstat (limited to 'ld/configure')
-rwxr-xr-x | ld/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure b/ld/configure index 6febc32..e0ff758 100755 --- a/ld/configure +++ b/ld/configure @@ -4336,7 +4336,7 @@ $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_MULTIGOT" >>confdefs.h esac -GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" +GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow" # Check whether --enable-werror was given. if test "${enable_werror+set}" = set; then : |