Add -Wshadow to the gcc command line options used when compiling the binutils.
[deliverable/binutils-gdb.git] / bfd / configure
index d5c34266ac39af6a1f2ab94d6dac0ffac6ec54d6..b4bdb3cf3bf96ba3c8b351aa208c885cf452cb9a 100755 (executable)
@@ -12013,7 +12013,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 :
This page took 0.025669 seconds and 4 git commands to generate.