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
master
Josh Berdine 9 years ago committed by facebook-github-bot-5
parent 675cfeb56c
commit 4f4b00fffa

@ -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 \

Loading…
Cancel
Save