diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2002-01-21 12:53:13 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2002-01-21 12:53:13 +0000 |
commit | 364a8cbf482619f15de4a89756f4088b870a4fe2 (patch) | |
tree | 9e217ef3ef8f8d854559858a313ed2128ef3fe12 /otherlibs | |
parent | f8a47ce2cc1f47966f3388337337ea45e1dcafbb (diff) |
changement warn-error
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4294 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs')
-rw-r--r-- | otherlibs/labltk/support/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/support/Makefile.common b/otherlibs/labltk/support/Makefile.common index f50adf886..c463b64e9 100644 --- a/otherlibs/labltk/support/Makefile.common +++ b/otherlibs/labltk/support/Makefile.common @@ -12,7 +12,7 @@ LABLTKDIR=$(LIBDIR)/labltk CAMLRUN=$(TOPDIR)/boot/ocamlrun LABLC=$(CAMLRUN) $(TOPDIR)/ocamlc -I $(TOPDIR)/stdlib -LABLCOMP=$(LABLC) -c -warn-error A +LABLCOMP=$(LABLC) -c -warn-error Ax LABLYACC=$(TOPDIR)/boot/ocamlyacc -v LABLLEX=$(CAMLRUN) $(TOPDIR)/boot/ocamllex LABLLIBR=$(LABLC) -a |