summaryrefslogtreecommitdiff
path: root/debugger
diff options
context:
space:
mode:
authoroctachron <octa@polychoron.fr>2021-02-09 14:43:01 +0100
committeroctachron <octa@polychoron.fr>2021-03-15 15:25:03 +0100
commita7f80409d6e07db51a0ccbc059cd43993905a512 (patch)
treeb7be8479055704b1322a3d2f7e2fbebf21382d8a /debugger
parent357654891e3412805f50912b15c7047cfae3264c (diff)
downloadocaml-a7f80409d6e07db51a0ccbc059cd43993905a512.tar.gz
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
Diffstat (limited to 'debugger')
-rw-r--r--debugger/Makefile2
1 files changed, 1 insertions, 1 deletions
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)