Fix type-limits warnings, uint can't be < 0
[babeltrace.git] / plugins / ctf / common / msg-iter / msg-iter.c
index 9f3dbad984c014ead0a4ec078f80d7b208c4fb09..22ebc55f090e80bd1cbb3290fadc24f276a5f4e0 100644 (file)
@@ -3021,7 +3021,6 @@ enum bt_msg_iter_status bt_msg_iter_get_packet_properties(
        props->exp_packet_total_size = notit->cur_exp_packet_total_size;
        props->exp_packet_content_size = notit->cur_exp_packet_content_size;
        props->stream_class_id = (uint64_t) notit->cur_stream_class_id;
-       BT_ASSERT(props->stream_class_id >= 0);
        props->data_stream_id = notit->cur_data_stream_id;
        props->snapshots.discarded_events = notit->snapshots.discarded_events;
        props->snapshots.packets = notit->snapshots.packets;
This page took 0.023377 seconds and 4 git commands to generate.