lib: make BT_ASSERT_{PRE,POST}() always on; add BT_ASSERT_{PRE,POST}_DEV()
[babeltrace.git] / src / lib / graph / component-filter.c
index 20f7929ec379efe39797a14b779855fdf6502a23..df617c6866ffcd25f6d9858a6618a9d2e2fbbc86 100644 (file)
@@ -65,7 +65,7 @@ bt_component_filter_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.02466 seconds and 4 git commands to generate.