Always evaluate BT_ASSERT(); add BT_ASSERT_DBG() for debug mode only
[babeltrace.git] / src / lib / graph / interrupter.h
index 149d0c1121fd6c59f1dc34a920e18ed01479b0f1..85b14d8f69a4d50236a3df29c08b20ddd04c8e37 100644 (file)
@@ -39,7 +39,7 @@ bool bt_interrupter_array_any_is_set(const GPtrArray *interrupters)
        bool is_set = false;
        uint64_t i;
 
-       BT_ASSERT(interrupters);
+       BT_ASSERT_DBG(interrupters);
 
        for (i = 0; i < interrupters->len; i++) {
                const struct bt_interrupter *intr = interrupters->pdata[i];
This page took 0.024699 seconds and 4 git commands to generate.