Annotate implicit fall-through
[babeltrace.git] / plugins / ctf / common / metadata / ctf-meta-warn-meaningless-header-fields.c
index 943078ffa13186b48561da11480989eccfd9dea2..3abc7c9b459f4301fcb8440bdb5dc6f08a222589 100644 (file)
@@ -97,8 +97,8 @@ void warn_meaningless_fields(struct ctf_field_class *fc, const char *name,
                        goto end;
                }
 
-               /* Fallthrough */
        }
+       /* fall-through */
        case CTF_FIELD_CLASS_TYPE_SEQUENCE:
        {
                struct ctf_field_class_array_base *array_fc = (void *) fc;
This page took 0.022935 seconds and 4 git commands to generate.