diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2010-01-29 15:02:39 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2010-01-29 15:02:39 +0000 |
commit | fbd12a6f6878a5f3d8150fede1a9ead6bf44c209 (patch) | |
tree | 01561d07f2d9a907ef3778b0e4617f7be47abcf4 /utils/warnings.mli | |
parent | b3cb104e5069466a9887719f0653deb42eb8c738 (diff) | |
download | ocaml-fbd12a6f6878a5f3d8150fede1a9ead6bf44c209.tar.gz |
numbering problem in comments
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9606 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'utils/warnings.mli')
-rw-r--r-- | utils/warnings.mli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/warnings.mli b/utils/warnings.mli index 0ace0269c8..aefa87e720 100644 --- a/utils/warnings.mli +++ b/utils/warnings.mli @@ -37,9 +37,9 @@ type t = | Unused_argument (* 20 *) | Nonreturning_statement (* 21 *) | Camlp4 of string (* 22 *) - | All_clauses_guarded (* 23 *) - | Useless_record_with (* 24 *) - | Bad_module_name of string (* 25 *) + | Useless_record_with (* 23 *) + | Bad_module_name of string (* 24 *) + | All_clauses_guarded (* 25 *) | Unused_var of string (* 26 *) | Unused_var_strict of string (* 27 *) | Wildcard_arg_to_constant_constr (* 28 *) |