aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Checks.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Checks.mli')
-rw-r--r--cparser/Checks.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/cparser/Checks.mli b/cparser/Checks.mli
index 1566d6e4..4d61a5b8 100644
--- a/cparser/Checks.mli
+++ b/cparser/Checks.mli
@@ -14,3 +14,5 @@
(* *********************************************************************)
val unknown_attrs_program: C.program -> unit
+
+val unused_variables: C.program -> unit