summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-05-05 13:08:03 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-05-05 13:08:03 +0000
commitf8219d34d49542f4fdea4425ba7ab9a924af9323 (patch)
tree8cfa026025e99e569a85f0ff9be8cd03a92b5cea
parent8b4408eaf13d48cd6c2b380e4315dc904934fe72 (diff)
downloadATCD-f8219d34d49542f4fdea4425ba7ab9a924af9323.tar.gz
ChangeLogTag: Fri May 5 12:00:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--include/makeinclude/platform_openvms.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_openvms.GNU b/include/makeinclude/platform_openvms.GNU
index 7cb18f81cb3..bbd4413658a 100644
--- a/include/makeinclude/platform_openvms.GNU
+++ b/include/makeinclude/platform_openvms.GNU
@@ -20,7 +20,7 @@ VSHDIR = shobj/
LN_S = cp -p
DEFFLAGS +=
#CCFLAGS += -D__USE_STD_IOSTREAM -ieee -Wc/template=noauto -Wc/noimplicit
-CCFLAGS += -D__USE_STD_IOSTREAM -ieee -names_as_is_short
+CCFLAGS += -D__USE_STD_IOSTREAM -ieee -names_as_is_short -msg_disable intoverflow -Wc/template=implicit_local
ifeq ($(debug),1)
LDFLAGS += -g -threads
else