summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-11-24 14:56:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-11-24 14:56:02 +0000
commit505c0243fce73e39a804bfd5e802ae773abb6429 (patch)
tree574215f0d30ecc65ed03dec8e25111e28d41cec0
parentb1c1a996e7b667f81e4447c7fe7a660b09cb52ad (diff)
downloadATCD-505c0243fce73e39a804bfd5e802ae773abb6429.tar.gz
ChangeLogTag: Thu Nov 24 14:55:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--include/makeinclude/platform_linux_icc.GNU3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/makeinclude/platform_linux_icc.GNU b/include/makeinclude/platform_linux_icc.GNU
index 55b2c4ed31d..306bfb0df35 100644
--- a/include/makeinclude/platform_linux_icc.GNU
+++ b/include/makeinclude/platform_linux_icc.GNU
@@ -69,6 +69,9 @@ endif
ifeq (9.0,$(findstring 9.0,$(CXX_VERSION)))
CFLAGS += -wd1684
endif
+ifeq (9.1,$(findstring 9.1,$(CXX_VERSION)))
+ CFLAGS += -wd1684
+endif
ifeq ($(inline),0)
CPPFLAGS += -fno-inline