From 194bbb0806829f29feb163294da810f9afffd72e Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Mon, 25 Mar 2013 11:56:27 +0300 Subject: [PATCH] annotate: use it... I forgot to commit the change to check_list.h so it's not actually used. Signed-off-by: Dan Carpenter --- check_list.h | 1 + 1 file changed, 1 insertion(+) diff --git a/check_list.h b/check_list.h index 5a19e19a..1af8d313 100644 --- a/check_list.h +++ b/check_list.h @@ -20,6 +20,7 @@ CK(register_comparison) CK(register_comparison_links) CK(register_local_values) CK(register_function_ptrs) +CK(register_annotate) CK(check_debug) CK(check_assigned_expr) -- 2.11.4.GIT