diff options
author | Paul Smith <psmith@gnu.org> | 2006-02-21 05:21:19 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2006-02-21 05:21:19 +0000 |
commit | 8af9389f87e25aea721071516cf00ed13360ab9c (patch) | |
tree | 1610e1b28335c7dc70b523f5442366b127f00837 /makefile.vms | |
parent | 08bfd86103b6be48c43d36b950eb7d4ea9e8a7a5 (diff) | |
download | gunmake-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.vms | 2 |
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 |