diff options
Diffstat (limited to 'gold/configure')
-rwxr-xr-x | gold/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/configure b/gold/configure index 793af0d..3f67d29 100755 --- a/gold/configure +++ b/gold/configure @@ -6270,7 +6270,7 @@ fi -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 : |