summaryrefslogtreecommitdiff
path: root/otherlibs
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2004-11-29 14:53:32 +0000
committerDamien Doligez <damien.doligez-inria.fr>2004-11-29 14:53:32 +0000
commit35de2ce5296df962ef33be4802adb82d1f41c363 (patch)
tree7d492f8d1d3f596e4db11af755c74168dfe325d8 /otherlibs
parent454835e868a38253f64177cf07819857f046500c (diff)
downloadocaml-35de2ce5296df962ef33be4802adb82d1f41c363.tar.gz
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')
-rw-r--r--otherlibs/bigarray/Makefile2
-rw-r--r--otherlibs/dbm/Makefile2
-rw-r--r--otherlibs/dynlink/Makefile2
-rw-r--r--otherlibs/graph/Makefile2
-rw-r--r--otherlibs/num/Makefile2
-rw-r--r--otherlibs/str/Makefile2
-rw-r--r--otherlibs/systhreads/Makefile2
-rw-r--r--otherlibs/threads/Makefile2
-rw-r--r--otherlibs/unix/Makefile2
9 files changed, 9 insertions, 9 deletions
diff --git a/otherlibs/bigarray/Makefile b/otherlibs/bigarray/Makefile
index 3c5cba0bf7..715428fca6 100644
--- a/otherlibs/bigarray/Makefile
+++ b/otherlibs/bigarray/Makefile
@@ -20,7 +20,7 @@ CFLAGS=-I../../byterun -g -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
CAMLC=../../ocamlcomp.sh -I ../unix
CAMLOPT=../../ocamlcompopt.sh -I ../unix
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
-COMPFLAGS=-warn-error Ay -w Y
+COMPFLAGS=-warn-error A
C_OBJS=bigarray_stubs.o mmap_unix.o
diff --git a/otherlibs/dbm/Makefile b/otherlibs/dbm/Makefile
index 911472c105..394586416c 100644
--- a/otherlibs/dbm/Makefile
+++ b/otherlibs/dbm/Makefile
@@ -22,7 +22,7 @@ CC=$(BYTECC) -g
CAMLC=../../ocamlcomp.sh
CAMLOPT=../../ocamlcompopt.sh
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
-COMPFLAGS=-warn-error Ay -w Y
+COMPFLAGS=-warn-error A
CFLAGS=$(DBM_INCLUDES) -I../../byterun -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
COBJS=cldbm.o
diff --git a/otherlibs/dynlink/Makefile b/otherlibs/dynlink/Makefile
index be4266cbe4..d84ddc8de3 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 \
diff --git a/otherlibs/graph/Makefile b/otherlibs/graph/Makefile
index 3acd0684a7..a35e1d3bae 100644
--- a/otherlibs/graph/Makefile
+++ b/otherlibs/graph/Makefile
@@ -22,7 +22,7 @@ CFLAGS=-I../../byterun $(X11_INCLUDES) -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
CAMLC=../../ocamlcomp.sh
CAMLOPT=../../ocamlcompopt.sh
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
-COMPFLAGS=-warn-error Ay -w Y
+COMPFLAGS=-warn-error A
OBJS=open.o draw.o fill.o color.o text.o \
image.o make_img.o dump_img.o point_col.o sound.o events.o \
diff --git a/otherlibs/num/Makefile b/otherlibs/num/Makefile
index 981cfd2eb5..080ffdeb7c 100644
--- a/otherlibs/num/Makefile
+++ b/otherlibs/num/Makefile
@@ -24,7 +24,7 @@ CFLAGS=-O -I../../byterun $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS) \
CAMLC=../../ocamlcomp.sh
CAMLOPT=../../ocamlcompopt.sh
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
-COMPFLAGS=-w sY -warn-error Ay
+COMPFLAGS=-w s -warn-error A
CAMLOBJS=int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo \
ratio.cmo num.cmo arith_status.cmo
diff --git a/otherlibs/str/Makefile b/otherlibs/str/Makefile
index 391760a67f..97123ddaa2 100644
--- a/otherlibs/str/Makefile
+++ b/otherlibs/str/Makefile
@@ -22,7 +22,7 @@ CC=$(BYTECC)
CFLAGS=-O -I../../byterun $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
CAMLC=../../ocamlcomp.sh
CAMLOPT=../../ocamlcompopt.sh
-COMPFLAGS=-warn-error Ay -w Y
+COMPFLAGS=-warn-error A
COBJS=strstubs.o
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
diff --git a/otherlibs/systhreads/Makefile b/otherlibs/systhreads/Makefile
index 6390226074..1b7eda46fc 100644
--- a/otherlibs/systhreads/Makefile
+++ b/otherlibs/systhreads/Makefile
@@ -18,7 +18,7 @@ include ../../config/Makefile
CAMLC=../../ocamlcomp.sh -I ../unix
CAMLOPT=../../ocamlcompopt.sh -I ../unix
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
-COMPFLAGS=-warn-error Ay -w Y
+COMPFLAGS=-warn-error A
BYTECODE_C_OBJS=posix_b.o
NATIVECODE_C_OBJS=posix_n.o
diff --git a/otherlibs/threads/Makefile b/otherlibs/threads/Makefile
index 32102ff913..00961a1844 100644
--- a/otherlibs/threads/Makefile
+++ b/otherlibs/threads/Makefile
@@ -19,7 +19,7 @@ CC=$(BYTECC)
CFLAGS=-I../../byterun -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS) -g
CAMLC=../../ocamlcomp.sh -I ../unix
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
-COMPFLAGS=-warn-error Axy -w Y
+COMPFLAGS=-warn-error A
C_OBJS=scheduler.o
diff --git a/otherlibs/unix/Makefile b/otherlibs/unix/Makefile
index bc7c17fcdd..da701d5dcc 100644
--- a/otherlibs/unix/Makefile
+++ b/otherlibs/unix/Makefile
@@ -23,7 +23,7 @@ CFLAGS=-I../../byterun -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
CAMLC=../../ocamlcomp.sh
CAMLOPT=../../ocamlcompopt.sh
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib
-COMPFLAGS=-warn-error Axy -w Y
+COMPFLAGS=-warn-error A
OBJS=accept.o access.o addrofstr.o alarm.o bind.o chdir.o chmod.o \
chown.o chroot.o close.o closedir.o connect.o cst2constr.o cstringv.o \