From f91c6fe39b0c5b016758f85bdeee28911314a9bd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 17 Aug 2014 22:39:27 +0100 Subject: [PATCH] Ignore warning 3 about String.set (for OCaml 4.02). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a6122eb..1949724 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,7 +128,7 @@ OCAMLPACKAGES = \ -package libvirt,guestfs,hivex,lablgtk2,lablgtk2.auto-init,extlib,xml-light,calendar,camomile,threads,bitstring,bitstring.syntax -syntax bitstring OCAMLCFLAGS = \ -g \ - -warn-error CDEFLMPSUVYZX \ + -warn-error CDEFLMPSUVYZX-3 \ -thread \ $(OCAMLPACKAGES) \ -predicates threads -- 1.8.3.1