summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2014-03-26 18:09:28 +0000
committerAlain Frisch <alain@frisch.fr>2014-03-26 18:09:28 +0000
commitda5b063687fa46b4e09c82d4becee3e55fbdd4ab (patch)
treedd2f5bcdef0919db23d93cd9217593b2365b9bfc /Makefile
parente2493160d03a5d50b9fabdbeb70fb2eb52901220 (diff)
downloadocaml-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f44c66ba8..d5dce813d4 100644
--- a/Makefile
+++ b/Makefile
@@ -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