diff options
Diffstat (limited to 'man/ocamlopt.m')
-rw-r--r-- | man/ocamlopt.m | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/ocamlopt.m b/man/ocamlopt.m index a366d5a84..1829fa70f 100644 --- a/man/ocamlopt.m +++ b/man/ocamlopt.m @@ -511,14 +511,14 @@ sign (or a lowercase letter) turns them back into warnings, and a .B @ sign both enables and marks the corresponding warnings. -Note: it is not recommended to use warning sets (i.e. letters) as -arguments to +Note: it is not recommended to use the .B \-warn\-error -in production code, because this can break your build when future versions -of OCaml add some new warnings. +option in production code, because it will almost certainly prevent +compiling your program with later versions of OCaml when they add new +warnings. The default setting is -.B \-warn\-error\ +a +.B \-warn\-error\ -a (none of the warnings is treated as an error). .TP .B \-where |