Annotate implicit fall-through
[babeltrace.git] / plugins / ctf / common / metadata / parser.y
index 2151f75d336afc8fa645df8e1912f5cee164fa2b..504b2b28406bb77628110b1b4ff6b1934f58be18 100644 (file)
@@ -883,11 +883,13 @@ static int set_parent_node(struct ctf_node *node,
                        parent->u.field_class_alias.target = node;
                else
                        return -EINVAL;
+               /* fall-through */
        case NODE_TYPEALIAS_ALIAS:
                if (parent->type == NODE_TYPEALIAS)
                        parent->u.field_class_alias.alias = node;
                else
                        return -EINVAL;
+               /* fall-through */
        case NODE_TYPEALIAS:
                return reparent_field_class_alias(node, parent);
 
This page took 0.022771 seconds and 4 git commands to generate.