From 2a8bf53e9efbd1658eea2e8fbb11c96fbe870791 Mon Sep 17 00:00:00 2001 From: Josh Berdine Date: Fri, 9 Dec 2016 16:34:45 -0800 Subject: [PATCH] Don't allow new deprecated uses Reviewed By: sblackshear Differential Revision: D4232469 fbshipit-source-id: c48481b --- infer/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/src/Makefile b/infer/src/Makefile index 8ad34f4f1..c3f292eb9 100644 --- a/infer/src/Makefile +++ b/infer/src/Makefile @@ -18,7 +18,7 @@ ATDGEN_SUFFIXES = _t.ml _t.mli _j.ml _j.mli #### ocamlbuild options #### -OCAML_FATAL_WARNINGS = +5+6+8+10+11+12+18+19+20+23+26+29+27+32+33+34+35+37+38+39+50 +OCAML_FATAL_WARNINGS = +3+5+6+8+10+11+12+18+19+20+23+26+29+27+33+34+35+37+38+39+50 # options for ocamlbuild # Notice that use-ocamlfind is used here to avoid a linker bug in ocamlbuild when using -tag thread