diff options
author | Alain Frisch <alain@frisch.fr> | 2013-10-04 08:18:50 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2013-10-04 08:18:50 +0000 |
commit | f1bc74bcc807ff7096769e961d26632128cd8323 (patch) | |
tree | 65546f6da0f07dc5bd1b497e1b8562716508668d /typing/typetexp.mli | |
parent | 1b73112593191ce83e5d6a0e45594d247970c15b (diff) | |
download | ocaml-f1bc74bcc807ff7096769e961d26632128cd8323.tar.gz |
#5445: interpret warning attribute on expressions, and as floating signature/structure items.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14214 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'typing/typetexp.mli')
-rw-r--r-- | typing/typetexp.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/typing/typetexp.mli b/typing/typetexp.mli index a661e23fb5..d475b03e2d 100644 --- a/typing/typetexp.mli +++ b/typing/typetexp.mli @@ -112,3 +112,4 @@ val spellcheck_simple: val check_deprecated: Location.t -> Parsetree.attributes -> string -> unit +val warning_attribute: Parsetree.attributes -> Warnings.state option |