From dacd082532ad1c82d9bcc463b37fec25d541f1c3 Mon Sep 17 00:00:00 2001 From: Pierre Weis Date: Tue, 25 Oct 2011 12:09:01 +0000 Subject: Module Buffer, printf, Format and Scanf are compiled with -w A. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11240 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- stdlib/Compflags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/Compflags') diff --git a/stdlib/Compflags b/stdlib/Compflags index 6ab038f44..80bb1b667 100755 --- a/stdlib/Compflags +++ b/stdlib/Compflags @@ -18,7 +18,7 @@ case $1 in pervasives.cm[iox]|pervasives.p.cmx) echo ' -nopervasives';; camlinternalOO.cmi) echo ' -nopervasives';; camlinternalOO.cmx|camlinternalOO.p.cmx) echo ' -inline 0';; - printf.cm[io]|format.cm[io]|scanf.cm[io]) echo ' -w A';; + buffer.cm[io]|printf.cm[io]|format.cm[io]|scanf.cm[io]) echo ' -w A';; scanf.cmx|scanf.p.cmx) echo ' -inline 9';; arrayLabels.cm[ox]|arrayLabels.p.cmx) echo ' -nolabels';; listLabels.cm[ox]|listLabels.p.cmx) echo ' -nolabels';; -- cgit v1.2.3-70-g09d2