summaryrefslogtreecommitdiffhomepage
path: root/auto/cc/icc
diff options
context:
space:
mode:
Diffstat (limited to 'auto/cc/icc')
-rw-r--r--auto/cc/icc6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/cc/icc b/auto/cc/icc
index a32eec459..b036cb645 100644
--- a/auto/cc/icc
+++ b/auto/cc/icc
@@ -57,6 +57,12 @@ fi
CFLAGS="$CFLAGS -w1"
#CFLAGS="$CFLAGS -w2"
+# disable the ICC 8.0 errors:
+# error #181: argument is incompatible with corresponding format
+# string conversion
+# error #269: invalid format string conversion
+CFLAGS="$CFLAGS -wd181 -wd269"
+
# stop on warning
CFLAGS="$CFLAGS -Werror"