mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 21:47:15 +02:00
build: add -Wshadow to the dev build
Signed-off-by: F. Aragon <paco@voltanet.io>
This commit is contained in:
parent
6efca3442f
commit
2b5773b248
|
@ -231,6 +231,7 @@ if test x"${enable_gcc_ultra_verbose}" = x"yes" ; then
|
|||
AC_C_FLAG([-Wunreachable-code])
|
||||
AC_C_FLAG([-Wpacked])
|
||||
AC_C_FLAG([-Wpadded])
|
||||
AC_C_FLAG([-Wshadow])
|
||||
else
|
||||
AC_C_FLAG([-Wno-unused-result])
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue