mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-03-28 22:29:10 +00: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 New Issue
Block a user