diff --git a/configure b/configure index cdde0d8754..d2e177e587 100755 --- a/configure +++ b/configure @@ -2290,7 +2290,7 @@ if test "$_profile" != "" || test "$_debug" != "" ; then _install_strip= elif test -z "$CFLAGS" ; then if test "$cc_vendor" = "intel" ; then - CFLAGS="-O2 $_march $_mcpu $_pipe -fomit-frame-pointer -wd167" + CFLAGS="-O2 $_march $_mcpu $_pipe -fomit-frame-pointer -wd167 -wd556 -wd144" elif test "$cc_vendor" != "gnu" ; then CFLAGS="-O2 $_march $_mcpu $_pipe" else