diff options
author | Alain Frisch <alain@frisch.fr> | 2014-03-26 18:09:28 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2014-03-26 18:09:28 +0000 |
commit | da5b063687fa46b4e09c82d4becee3e55fbdd4ab (patch) | |
tree | dd2f5bcdef0919db23d93cd9217593b2365b9bfc /Makefile | |
parent | e2493160d03a5d50b9fabdbeb70fb2eb52901220 (diff) | |
download | ocaml-da5b063687fa46b4e09c82d4becee3e55fbdd4ab.tar.gz |
#6352: add a warning on implicit removal of optional arguments.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14498 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ include stdlib/StdlibModules CAMLC=boot/ocamlrun boot/ocamlc -nostdlib -I boot CAMLOPT=boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -COMPFLAGS=-strict-sequence -w +33..39 -warn-error A -bin-annot $(INCLUDES) +COMPFLAGS=-strict-sequence -w +33..39+48 -warn-error A -bin-annot $(INCLUDES) LINKFLAGS= CAMLYACC=boot/ocamlyacc |