add small precision about -warn-error

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14760 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2014-05-07 14:04:47 +00:00
parent f0ef09de26
commit f27debba97
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -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).