]> git.refcnt.org Git - colorize.git/commitdiff
Silence -Wimplicit-fallthrough= warning
authorSteven Schubiger <stsc@refcnt.org>
Wed, 18 Sep 2019 13:13:09 +0000 (15:13 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Wed, 18 Sep 2019 13:13:09 +0000 (15:13 +0200)
colorize.c

index 753f7490ca0712a0770c0251a6e7ee426184bb62..adb240893190121bbe2ad51152064c86cba82721 100644 (file)
@@ -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 ();
               }