lib: make BT_ASSERT_{PRE,POST}() always on; add BT_ASSERT_{PRE,POST}_DEV()
[babeltrace.git] / src / lib / graph / component-source.c
index e81a143aec4c3f79b11f3f8d6a7fb5271acf1cd7..7e8ceb5645f4d693aa3012b121c16c79e6045d22 100644 (file)
@@ -65,7 +65,7 @@ bt_component_source_borrow_class_const(
 {
        struct bt_component_class *cls;
 
-       BT_ASSERT_PRE_NON_NULL(component, "Component");
+       BT_ASSERT_PRE_DEV_NON_NULL(component, "Component");
 
        cls = component->parent.class;
 
This page took 0.024105 seconds and 4 git commands to generate.