From 82f2ea7a6eeadb948a6775a20dc491cc0e700cd4 Mon Sep 17 00:00:00 2001 From: ygrek Date: Wed, 3 Feb 2021 14:56:01 -0500 Subject: [PATCH] do not hide deprecation warnings --- OMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OMakefile b/OMakefile index 37147cf..024db9a 100644 --- a/OMakefile +++ b/OMakefile @@ -18,7 +18,7 @@ case $"\([0-9]\)\.\([0-9]+\)\." OCAML_MINOR = $2 export -OCAMLFLAGS = -w +a-3-4-32-44-48 -warn-error +a-3-4-6-7-9-18-27..29-32..99 +OCAMLFLAGS = -w +a-4-32-44-48 -warn-error +a-3-4-6-7-9-18-27..29-32..99 OCAMLOPTFLAGS = -g -inline 100 OCAMLCFLAGS += -g