forked from Mirror/frr
build: enable format string warnings
I thought these were included in `-Wall -Wextra`, but apparently not. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
d131cca998
commit
c2c6c55e8d
|
@ -349,6 +349,8 @@ AC_C_FLAG([-fno-omit-frame-pointer])
|
|||
AC_C_FLAG([-funwind-tables])
|
||||
AC_C_FLAG([-Wall])
|
||||
AC_C_FLAG([-Wextra])
|
||||
AC_C_FLAG([-Wformat-nonliteral])
|
||||
AC_C_FLAG([-Wformat-security])
|
||||
AC_C_FLAG([-Wstrict-prototypes])
|
||||
AC_C_FLAG([-Wmissing-prototypes])
|
||||
AC_C_FLAG([-Wmissing-declarations])
|
||||
|
|
Loading…
Reference in a new issue