Fix compiler -Wall warnings (mostly incompatible enumerations)
[babeltrace.git] / src / lib / graph / iterator.c
index b1d57b592c1fdee2f6b9e34e8144236dbba85a33..86d7a1e414952ffda32415fbfa9d0d7c1d0eb944 100644 (file)
@@ -1221,7 +1221,7 @@ enum bt_message_iterator_seek_beginning_status
 bt_self_component_port_input_message_iterator_seek_beginning(
                struct bt_self_component_port_input_message_iterator *iterator)
 {
-       enum bt_message_iterator_seek_beginning_status status;
+       int status;
 
        BT_ASSERT_PRE_NON_NULL(iterator, "Message iterator");
        BT_ASSERT_PRE_ITER_HAS_STATE_TO_SEEK(iterator);
This page took 0.023999 seconds and 4 git commands to generate.