diff options
author | Steven Schubiger <stsc@refcnt.org> | 2019-09-18 15:13:09 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2019-09-18 15:13:09 +0200 |
commit | 5b95cbb5d556b46825d76d4e46925ffa945faa24 (patch) | |
tree | de20c94893d9c2fc188989f340490e3c587a9a09 /colorize.c | |
parent | 9082b6aa7b7bd32db92ed1bd8ebe31e836147704 (diff) | |
download | colorize-5b95cbb5d556b46825d76d4e46925ffa945faa24.tar.gz colorize-5b95cbb5d556b46825d76d4e46925ffa945faa24.tar.bz2 |
Silence -Wimplicit-fallthrough= warning
Diffstat (limited to 'colorize.c')
-rw-r--r-- | colorize.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 (); } |