From: Steven Schubiger Date: Wed, 18 Sep 2019 13:13:09 +0000 (+0200) Subject: Silence -Wimplicit-fallthrough= warning X-Git-Tag: v0.65~11 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=5b95cbb5d556b46825d76d4e46925ffa945faa24 Silence -Wimplicit-fallthrough= warning --- diff --git a/colorize.c b/colorize.c index 753f749..adb2408 100644 --- a/colorize.c +++ b/colorize.c @@ -1170,6 +1170,7 @@ gather_color_names (const char *color_string, char *attr, struct color_name **co break; case BACKGROUND: vfprintf_fail (formats[FMT_COLOR], tables[BACKGROUND].desc, color, "cannot be bold"); + break; default: /* never reached */ ABORT_TRACE (); }