From: Julian Seward Date: Fri, 28 Jan 2005 01:53:38 +0000 (+0000) Subject: Mess around a bit with icc's (jolly useful) collection of X-Git-Tag: svn/VALGRIND_3_0_1^2~576 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8cb18362bcab6092ef0adb22579e2e08b5f2240;p=thirdparty%2Fvalgrind.git Mess around a bit with icc's (jolly useful) collection of ultra-paranoid flags. git-svn-id: svn://svn.valgrind.org/vex/trunk@758 --- diff --git a/VEX/Makefile-icc b/VEX/Makefile-icc index 561ea02d27..a355db0ea6 100644 --- a/VEX/Makefile-icc +++ b/VEX/Makefile-icc @@ -59,16 +59,13 @@ PRIV_INCLUDES = -Ipriv # $(EXTRA_CFLAGS) CC = icc -CCFLAGS = -g -Wbrief -Wall -wd981 -wd279 -wd1287 -wd869 \ - -wd810 -wd1419 -wd181 -wd111 -wd167 +CCFLAGS = -g -Wbrief -Wall -wd981 -wd279 -wd1287 -wd869 -wd111 -wd188 # 981: operands are evaluated in unspecified order # 279: controlling expression is constant # 1287: invalid attribute for parameter # 869: parameter "..." was never referenced -# 810: conversion from "int" to "Char={char}" may lose significant bits -# 181: argument is incompatible with corresponding format string conversion # 111: statement is unreachable -# 167: argument of type unsigned char incompatible with formal of type char +# 188: enumerated type mixed with another type # (the above are for icc 8.0 -- 8.0.0.55 I think) all: vex