summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2004-11-29 14:52:56 +0000
committerDamien Doligez <damien.doligez-inria.fr>2004-11-29 14:52:56 +0000
commit454835e868a38253f64177cf07819857f046500c (patch)
tree595da9e55c61c05be5d7053665edc46acd1332e5
parent4a696ef35c98c2e73fb13b0e113bcd3841cc5bab (diff)
activation du warning Y (unused var)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6713 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--ocamldoc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/Makefile b/ocamldoc/Makefile
index 77b93237e..95820461c 100644
--- a/ocamldoc/Makefile
+++ b/ocamldoc/Makefile
@@ -68,7 +68,7 @@ INCLUDES_NODEP= -I $(OCAMLSRCDIR)/stdlib \
INCLUDES=$(INCLUDES_DEP) $(INCLUDES_NODEP)
-COMPFLAGS=$(INCLUDES) -warn-error A
+COMPFLAGS=$(INCLUDES) -warn-error Ay -w Y
LINKFLAGS=$(INCLUDES)
CMOFILES= odoc_config.cmo \