Fix compiler -Wall warnings (mostly incompatible enumerations)
[babeltrace.git] / src / lib / graph / component-class-sink-colander.c
index b68a3ab0461074cc71f26b456671b4688697ad42..b1c4ee70f0d310c3b4dd0b7d576fe723335d9327 100644 (file)
@@ -44,8 +44,7 @@ enum bt_component_class_init_method_status colander_init(
                struct bt_self_component_sink *self_comp,
                const struct bt_value *params, void *init_method_data)
 {
-       enum bt_component_class_init_method_status status =
-               BT_FUNC_STATUS_OK;
+       int status = BT_FUNC_STATUS_OK;
        struct bt_component_class_sink_colander_priv_data *colander_data = NULL;
        struct bt_component_class_sink_colander_data *user_provided_data =
                init_method_data;
This page took 0.02375 seconds and 4 git commands to generate.