From e4537cb37ed5b075c62723c9a49348c76eeb3d5c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 7 Sep 2018 12:53:51 +0100 Subject: allow comments to supress implicit fallthrough warnings --- content/handlers/html/box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/html') diff --git a/content/handlers/html/box.c b/content/handlers/html/box.c index 52cf12413..d9e649558 100644 --- a/content/handlers/html/box.c +++ b/content/handlers/html/box.c @@ -505,7 +505,7 @@ static inline struct box *box_move_xy(struct box *b, enum box_walk_dir dir, rb = b; break; } - /* Fall through */ + /* fall through */ case BOX_WALK_NEXT_SIBLING: do { -- cgit v1.2.3