diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2004-11-29 14:53:32 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2004-11-29 14:53:32 +0000 |
commit | 35de2ce5296df962ef33be4802adb82d1f41c363 (patch) | |
tree | 7d492f8d1d3f596e4db11af755c74168dfe325d8 /otherlibs/dynlink | |
parent | 454835e868a38253f64177cf07819857f046500c (diff) |
mise au carre des warnings XYZ
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6714 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/dynlink')
-rw-r--r-- | otherlibs/dynlink/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/dynlink/Makefile b/otherlibs/dynlink/Makefile index be4266cbe..d84ddc8de 100644 --- a/otherlibs/dynlink/Makefile +++ b/otherlibs/dynlink/Makefile @@ -19,7 +19,7 @@ include ../../config/Makefile CAMLC=../../boot/ocamlrun ../../ocamlc INCLUDES=-I ../../utils -I ../../typing -I ../../bytecomp -COMPFLAGS=-warn-error Ay -w Y -I ../../stdlib $(INCLUDES) +COMPFLAGS=-warn-error A -I ../../stdlib $(INCLUDES) OBJS=dynlink.cmo COMPILEROBJS=misc.cmo config.cmo tbl.cmo clflags.cmo consistbl.cmo \ |