From 67757329cce3102f220be82e0c5499a1df0969ae Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 7 Sep 2012 12:05:56 +0200 Subject: mark expected fallthrough for static analysers Signed-off-by: Karel Zak --- text-utils/colcrt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'text-utils/colcrt.c') diff --git a/text-utils/colcrt.c b/text-utils/colcrt.c index 3393d0cf3..e6c18b79b 100644 --- a/text-utils/colcrt.c +++ b/text-utils/colcrt.c @@ -197,6 +197,7 @@ void colcrt(FILE *f) { outcol &= ~7; outcol--; c = ' '; + /* fallthrough */ default: w = wcwidth(c); if (outcol + w > 132) { -- cgit v1.2.3-55-g7522