From 8af9389f87e25aea721071516cf00ed13360ab9c Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 21 Feb 2006 05:21:19 +0000 Subject: Fix a potential core dump when merging aliases. Might fix bug #15818. Revert intermediate file free code. Suppress some warnings in VMS builds. --- makefile.vms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile.vms') 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 -- cgit v1.2.3