]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Mess around a bit with icc's (jolly useful) collection of
authorJulian Seward <jseward@acm.org>
Fri, 28 Jan 2005 01:53:38 +0000 (01:53 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 28 Jan 2005 01:53:38 +0000 (01:53 +0000)
ultra-paranoid flags.

git-svn-id: svn://svn.valgrind.org/vex/trunk@758

VEX/Makefile-icc

index 561ea02d27b23ba8731be6431d1e92ecb9956f26..a355db0ea657f39a655e610df207d82fbb43969d 100644 (file)
@@ -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