mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 06:03:10 +00:00
build: update ICC warning CFLAGS
Intel's icc doesn't accept "-wd <number>" anymore, it's "-wd<number>" these days. But, anyhow, the warnings disabled in Quagga's configure.ac don't seem to appear anywhere at all, so let's just remove the option completely. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
e1a555b67c
commit
fd76f41ac0
@ -129,7 +129,7 @@ AC_MSG_CHECKING([whether to set a default CFLAGS])
|
|||||||
if test "x${cflags_specified}" = "x" ; then
|
if test "x${cflags_specified}" = "x" ; then
|
||||||
case ${COMPILER} in
|
case ${COMPILER} in
|
||||||
"ICC")
|
"ICC")
|
||||||
CFLAGS="-Os -g -Wall -wd 279,869,981"
|
CFLAGS="-Os -g -Wall"
|
||||||
AC_MSG_RESULT([Intel default])
|
AC_MSG_RESULT([Intel default])
|
||||||
;;
|
;;
|
||||||
"GCC")
|
"GCC")
|
||||||
|
Loading…
Reference in New Issue
Block a user