From dc47b16034df32a1a04b0322f1cc51c055986099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 7 Jan 2018 05:45:34 +0100 Subject: Bump liberty, avoid fall-through warnings --- degesch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'degesch.c') diff --git a/degesch.c b/degesch.c index 2f8dc83..08ffb5e 100644 --- a/degesch.c +++ b/degesch.c @@ -2848,6 +2848,7 @@ attr_printer_decode_color (int color, bool *is_bright) c16 -= 8; *is_bright = true; } + // Fall-through case 16: return c16; -- cgit v1.2.3