Annotate implicit fall-through
[babeltrace.git] / common / common.c
index de98e34cf7636f32a2df43c3afb41abce510c98b..68f537ba0187c08f0f5bfc89fdf83df6babe8d20 100644 (file)
@@ -822,7 +822,7 @@ void bt_common_normalize_star_glob_pattern(char *pattern)
                                goto end;
                        }
 
-                       /* Fall through default case. */
+                       /* fall-through */
                default:
                        got_star = false;
                        break;
@@ -1042,6 +1042,7 @@ retry:
                         * Fall through the default case which compares
                         * the escaped character now.
                         */
+                       /* fall-through */
                default:
                        if (at_end_of_pattern(p, pattern, pattern_len) ||
                                        *c != *p) {
This page took 0.023267 seconds and 4 git commands to generate.