Always evaluate BT_ASSERT(); add BT_ASSERT_DBG() for debug mode only
[babeltrace.git] / src / lib / graph / component-sink.c
index 9d4e11d47cc17d9a4859cb77db6d6f8f0ddb02ca..b848a019acba3932a7d054efdb326f5a4aedf1a1 100644 (file)
@@ -70,8 +70,8 @@ bt_component_sink_borrow_class_const(
 
        cls = component->parent.class;
 
-       BT_ASSERT(cls);
-       BT_ASSERT(cls->type == BT_COMPONENT_CLASS_TYPE_SINK);
+       BT_ASSERT_DBG(cls);
+       BT_ASSERT_DBG(cls->type == BT_COMPONENT_CLASS_TYPE_SINK);
 
        return (bt_component_class_sink *) cls;
 }
This page took 0.024634 seconds and 4 git commands to generate.