From c4746b43f5d035d26d1d0c3bb0164f00544889e4 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Mon, 20 Oct 2014 12:33:02 +0200 Subject: Deactivated the warning for deprecated features for compilation of cchecklink since it breaks the build with newer ocaml versions. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2b668724..6ad272a8 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ OCB_OPTIONS=\ OCB_OPTIONS_CHECKLINK=\ $(OCB_OPTIONS) \ -I checklink \ + -cflags "-w -3" \ -use-ocamlfind OCB_OPTIONS_CLIGHTGEN=\ $(OCB_OPTIONS) \ -- cgit