summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index afcc017a00..2a830d8afb 100755
--- a/configure
+++ b/configure
@@ -2249,7 +2249,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"
+ CFLAGS="-O2 $_march $_mcpu $_pipe -fomit-frame-pointer -wd167"
elif test "$cc_vendor" != "gnu" ; then
CFLAGS="-O2 $_march $_mcpu $_pipe"
else