From a7f80409d6e07db51a0ccbc059cd43993905a512 Mon Sep 17 00:00:00 2001 From: octachron Date: Tue, 9 Feb 2021 14:43:01 +0100 Subject: stop using single letter in warning settings - Replace -w A with -w +A in various makefiles and tests. - Replace -w a with -w -a in tests. - Replace -w Ae with -w +A -w -fragile-matching --- debugger/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debugger') diff --git a/debugger/Makefile b/debugger/Makefile index 50695f2b05..f94784f7e1 100644 --- a/debugger/Makefile +++ b/debugger/Makefile @@ -22,7 +22,7 @@ DYNLINKDIR=$(ROOTDIR)/otherlibs/dynlink UNIXDIR=$(ROOTDIR)/otherlibs/$(UNIXLIB) CAMLC=$(BEST_OCAMLC) -g -nostdlib -I $(ROOTDIR)/stdlib -COMPFLAGS=$(INCLUDES) -absname -w +a-4-9-41-42-44-45-48 -warn-error A \ +COMPFLAGS=$(INCLUDES) -absname -w +a-4-9-41-42-44-45-48 -warn-error +A \ -safe-string -strict-sequence -strict-formats LINKFLAGS=-linkall -I $(UNIXDIR) -I $(DYNLINKDIR) OCAMLLEX ?= $(BEST_OCAMLLEX) -- cgit v1.2.1