From 4a7ab79aa6554bae027462c7c292b97b6d40b81c Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Fri, 15 Jul 2016 17:12:37 +0300 Subject: [PATCH] continue_vs_break: add it checklist.h Oops, I forgot. 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 919f9fb1..f279af90 100644 --- a/check_list.h +++ b/check_list.h @@ -129,6 +129,7 @@ CK(check_indenting) CK(check_unreachable) CK(check_no_if_block) CK(check_buffer_too_small_for_struct) +CK(check_continue_vs_break) CK(check_impossible_mask) /* <- your test goes here */ -- 2.11.4.GIT