summaryrefslogtreecommitdiff
path: root/makefile.vms
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2006-02-21 05:21:19 +0000
committerPaul Smith <psmith@gnu.org>2006-02-21 05:21:19 +0000
commita179091273e3a786c6fccd2ebd318e846af1475a (patch)
tree1610e1b28335c7dc70b523f5442366b127f00837 /makefile.vms
parent709cce940b5a74157d4a721acaa585f3c1f24026 (diff)
downloadmake-a179091273e3a786c6fccd2ebd318e846af1475a.tar.gz
Fix a potential core dump when merging aliases. Might fix bug #15818.
Revert intermediate file free code. Suppress some warnings in VMS builds.
Diffstat (limited to 'makefile.vms')
-rw-r--r--makefile.vms2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.vms b/makefile.vms
index 2fd2b896..3b956a4e 100644
--- a/makefile.vms
+++ b/makefile.vms
@@ -32,7 +32,7 @@ CP = copy
#
ifeq ($(CC),cc)
-CFLAGS = $(defines) /include=([],[.glob])/prefix=(all,except=(glob,globfree))/standard=relaxed
+CFLAGS = $(defines) /include=([],[.glob])/prefix=(all,except=(glob,globfree))/standard=relaxed/warn=(disable=questcompare)
else
CFLAGS = $(defines) /include=([],[.glob])
endif