aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2019-09-18 15:13:09 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2019-09-18 15:13:09 +0200
commit5b95cbb5d556b46825d76d4e46925ffa945faa24 (patch)
treede20c94893d9c2fc188989f340490e3c587a9a09
parent9082b6aa7b7bd32db92ed1bd8ebe31e836147704 (diff)
downloadcolorize-5b95cbb5d556b46825d76d4e46925ffa945faa24.tar.gz
colorize-5b95cbb5d556b46825d76d4e46925ffa945faa24.tar.bz2
Silence -Wimplicit-fallthrough= warning
-rw-r--r--colorize.c1
1 files changed, 1 insertions, 0 deletions
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 ();
}