lib: make BT_ASSERT_{PRE,POST}() always on; add BT_ASSERT_{PRE,POST}_DEV()
[babeltrace.git] / src / lib / graph / component-sink.c
index 9c66bda7932b1f2ea30c6da8fef05ea4cd60dd79..b218144d145d863f3630843c21880a3b6d2e6d87 100644 (file)
@@ -64,7 +64,7 @@ bt_component_sink_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.02449 seconds and 4 git commands to generate.