summaryrefslogtreecommitdiff
path: root/ocamldoc/Makefile
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 /ocamldoc/Makefile
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 'ocamldoc/Makefile')
-rw-r--r--ocamldoc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/Makefile b/ocamldoc/Makefile
index 92e2af7ffe..1159673359 100644
--- a/ocamldoc/Makefile
+++ b/ocamldoc/Makefile
@@ -75,7 +75,7 @@ INCLUDES_NODEP=\
DEPINCLUDES=$(INCLUDES_DEP)
INCLUDES=$(INCLUDES_DEP) $(INCLUDES_NODEP)
-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 -bin-annot -principal
LINKFLAGS=$(INCLUDES) -nostdlib