diff --git a/utils/warnings.ml b/utils/warnings.ml index a1577a2b5..cac443ee8 100644 --- a/utils/warnings.ml +++ b/utils/warnings.ml @@ -185,8 +185,7 @@ let parse_opt flags s = let parse_options errflag s = parse_opt (if errflag then error else active) s;; -(* If you change these, don't forget to change them in driver/main_args.ml - and in man/ocamlc.m *) +(* If you change these, don't forget to change them in man/ocamlc.m *) let defaults_w = "+a-4-6-7-9-27..29";; let defaults_warn_error = "-a";;