add small precision about -warn-error
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14760 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
f0ef09de26
commit
f27debba97
|
@ -891,7 +891,7 @@ Note: it is not recommended to use the
|
|||
.B \-warn\-error
|
||||
option in production code, because it will almost certainly prevent
|
||||
compiling your program with later versions of OCaml when they add new
|
||||
warnings.
|
||||
warnings or modify existing warnings.
|
||||
|
||||
The default setting is
|
||||
.B \-warn\-error\ -a (all warnings are non-fatal).
|
||||
|
|
|
@ -579,7 +579,7 @@ Note: it is not recommended to use the
|
|||
.B \-warn\-error
|
||||
option in production code, because it will almost certainly prevent
|
||||
compiling your program with later versions of OCaml when they add new
|
||||
warnings.
|
||||
warnings or modify existing warnings.
|
||||
|
||||
The default setting is
|
||||
.B \-warn\-error\ -a (all warnings are non-fatal).
|
||||
|
|
Loading…
Reference in New Issue