mise au carre des warnings XYZ
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6714 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
454835e868
commit
35de2ce529
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ include stdlib/StdlibModules
|
|||
|
||||
CAMLC=boot/ocamlrun boot/ocamlc -nostdlib -I boot
|
||||
CAMLOPT=boot/ocamlrun ./ocamlopt -nostdlib -I stdlib
|
||||
COMPFLAGS=-warn-error Axy -w Y $(INCLUDES)
|
||||
COMPFLAGS=-warn-error A $(INCLUDES)
|
||||
LINKFLAGS=
|
||||
|
||||
CAMLYACC=boot/ocamlyacc
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -18,10 +18,10 @@ include ../config/Makefile
|
|||
RUNTIME=../boot/ocamlrun
|
||||
COMPILER=../ocamlc
|
||||
CAMLC=$(RUNTIME) $(COMPILER)
|
||||
COMPFLAGS=-g -warn-error Axy -w Y -nostdlib
|
||||
COMPFLAGS=-g -warn-error A -nostdlib
|
||||
OPTCOMPILER=../ocamlopt
|
||||
CAMLOPT=$(RUNTIME) $(OPTCOMPILER)
|
||||
OPTCOMPFLAGS=-warn-error Axy -nostdlib
|
||||
OPTCOMPFLAGS=-warn-error A -nostdlib
|
||||
CAMLDEP=../boot/ocamlrun ../tools/ocamldep
|
||||
|
||||
OBJS=pervasives.cmo $(OTHERS)
|
||||
|
|
|
@ -78,4 +78,4 @@ let catch_break on =
|
|||
|
||||
(* OCaml version string, must be in the format described in sys.mli. *)
|
||||
|
||||
let ocaml_version = "3.09+dev9 (2004-11-29)";;
|
||||
let ocaml_version = "3.09+dev10 (2004-11-29)";;
|
||||
|
|
Loading…
Reference in New Issue