summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-13 02:48:48 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-13 02:48:48 -0700
commitacead6e9127f7b495338b02abad18005f2c2b54a (patch)
tree8c344db508f0b5ebaffb7af576f543ddf5c53eaa
parent0172282f4d39f0d2c4b6a6ad6a786fc61493f847 (diff)
downloadcrawl-ref-acead6e9127f7b495338b02abad18005f2c2b54a.tar.gz
crawl-ref-acead6e9127f7b495338b02abad18005f2c2b54a.zip
makefile: disable some annoying ICC warnings
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
-rw-r--r--crawl-ref/source/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 9e95773c80..527c991ecf 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -218,7 +218,9 @@ ifneq ($(USE_ICC),n)
GCC := icc
GXX := icpc
AR := xiar rcu
-CFWARN += -wd981
+LIB += -lguide
+CFWARN += -wd383,810,869,981,1418 -we14,193,304
+CFWARN_L :=
endif
RLTILES = rltiles