From f1bc74bcc807ff7096769e961d26632128cd8323 Mon Sep 17 00:00:00 2001 From: Alain Frisch Date: Fri, 4 Oct 2013 08:18:50 +0000 Subject: #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 --- typing/typetexp.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'typing/typetexp.mli') 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 -- cgit v1.2.1