Add -Wshadow to the gcc command line options used when compiling the binutils.
[deliverable/binutils-gdb.git] / binutils / configure
index 65d22ce3f70c2c10a42329d6a5fdfcd1c1fc80eb..cb54f078ebd59939ac5b11b3da1549836c7711d3 100755 (executable)
@@ -11440,7 +11440,7 @@ esac
 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.025149 seconds and 4 git commands to generate.