Always evaluate BT_ASSERT(); add BT_ASSERT_DBG() for debug mode only
[babeltrace.git] / src / lib / trace-ir / stream-class.h
index 60bd571949b80b593952b97e1138cde08b0f53be..40a008eef41a471d91d824c69116841a765e24f1 100644 (file)
@@ -85,7 +85,7 @@ static inline
 struct bt_trace_class *bt_stream_class_borrow_trace_class_inline(
                const struct bt_stream_class *stream_class)
 {
-       BT_ASSERT(stream_class);
+       BT_ASSERT_DBG(stream_class);
        return (void *) bt_object_borrow_parent(&stream_class->base);
 }
 
This page took 0.023122 seconds and 4 git commands to generate.