From 4f4b00fffab5380384a4b3279f6d326d2ae9bd45 Mon Sep 17 00:00:00 2001 From: Josh Berdine Date: Tue, 16 Feb 2016 14:27:27 -0800 Subject: [PATCH] Enable -strict-sequence Summary:public Reject code that sequentially composes values of non-unit type, which is probably unintentionally partially applied. Reviewed By: jvillard Differential Revision: D2938259 fb-gh-sync-id: ce0d168 shipit-source-id: ce0d168 --- infer/src/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/infer/src/Makefile.in b/infer/src/Makefile.in index 9e389c78f..714d9c693 100644 --- a/infer/src/Makefile.in +++ b/infer/src/Makefile.in @@ -79,6 +79,7 @@ OCAMLBUILD_OPTIONS = \ -classic-display \ -cflags -principal \ -cflags -strict-formats \ + -cflags -strict-sequence \ -cflags -w,@5 \ -cflags -w,@8 \ -cflags -w,@10 \