lib: make BT_ASSERT_{PRE,POST}() always on; add BT_ASSERT_{PRE,POST}_DEV()
[babeltrace.git] / src / lib / graph / query-executor.c
index 5e13d52560e41f242016740272be0f1577462fbb..e381917e3ceb7fae0850246dac9136192b3da705 100644 (file)
@@ -162,7 +162,7 @@ enum bt_query_executor_cancel_status bt_query_executor_cancel(
 
 bt_bool bt_query_executor_is_canceled(const struct bt_query_executor *query_exec)
 {
-       BT_ASSERT_PRE_NON_NULL(query_exec, "Query executor");
+       BT_ASSERT_PRE_DEV_NON_NULL(query_exec, "Query executor");
        return query_exec->canceled;
 }
 
This page took 0.023746 seconds and 4 git commands to generate.