Details.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11097 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
5c9730c476
commit
9bd35bf83c
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue