Update comment.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10367 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Alain Frisch 2010-05-04 17:45:43 +00:00
parent 46334f76c2
commit 6db50e804c
1 changed files with 1 additions and 2 deletions

View File

@ -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";;