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
commit8af9389f87e25aea721071516cf00ed13360ab9c (patch)
tree1610e1b28335c7dc70b523f5442366b127f00837 /makefile.vms
parent08bfd86103b6be48c43d36b950eb7d4ea9e8a7a5 (diff)
downloadgunmake-8af9389f87e25aea721071516cf00ed13360ab9c.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 2fd2b89..3b956a4 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