summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_openvms.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_openvms.GNU')
-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