From 1368c84217177a9f6603038045d7880d4571c34e Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Fri, 30 Apr 2021 13:35:57 +0200 Subject: for OCaml 4.13 --- Makefile.extr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.extr') diff --git a/Makefile.extr b/Makefile.extr index 6d8611a9..84762c74 100644 --- a/Makefile.extr +++ b/Makefile.extr @@ -51,7 +51,7 @@ INCLUDES=$(patsubst %,-I %, $(DIRS)) # Control of warnings: # WARNINGS=-w +a-4-9-27-42 -strict-sequence -safe-string -warn-error +a #Deprication returns with ocaml 4.03 -WARNINGS=-w +a-4-9-27-42 +WARNINGS=-w +a-4-9-27-42-70-69 # 70,69 for OCaml 4.13 extraction/%.cmx: WARNINGS +=-w -20-27-32..34-39-41-44..45-60-67 extraction/%.cmo: WARNINGS +=-w -20-27-32..34-39-41-44..45-60-67 -- cgit