Add -Wshadow=local
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure
index 43846659fb9c5c24a7930d2148970230cc705b97..a46b865f612a8e164c497ffa264e701166bfa2c3 100755 (executable)
@@ -7245,7 +7245,8 @@ build_warnings="-Wall -Wpointer-arith \
 -Wno-error=deprecated-register \
 -Wsuggest-override \
 -Wimplicit-fallthrough=3 \
--Wduplicated-cond"
+-Wduplicated-cond \
+-Wshadow=local"
 
 case "${host}" in
   *-*-mingw32*)
This page took 0.035618 seconds and 4 git commands to generate.