git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11097 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Pierre Weis 2011-06-20 21:40:56 +00:00
parent 5c9730c476
commit 9bd35bf83c
1 changed files with 2 additions and 1 deletions

View File

@ -293,7 +293,6 @@ let check_fatal () =
end;
;;
let descriptions =
[
1, "Suspicious-looking start-of-comment mark.";
@ -336,7 +335,9 @@ let descriptions =
30, "Two labels or constructors of the same name are defined in two\n\
\ mutually recursive types.";
]
;;
let help_warnings () =
List.iter (fun (i, s) -> Printf.printf "%3i %s\n" i s) descriptions;
exit 0
;;