Always evaluate BT_ASSERT(); add BT_ASSERT_DBG() for debug mode only
[babeltrace.git] / src / lib / integer-range-set.c
index a422e4e419ecbc4a918667f0590a455f43611db3..d919cf727960b9b3663a35f93e5ff1f873af3300 100644 (file)
@@ -310,8 +310,8 @@ bool compare_range_sets(const struct bt_integer_range_set *range_set_a,
        uint64_t a_i, b_i;
        bool is_equal = true;
 
-       BT_ASSERT(range_set_a);
-       BT_ASSERT(range_set_b);
+       BT_ASSERT_DBG(range_set_a);
+       BT_ASSERT_DBG(range_set_b);
 
        if (range_set_a == range_set_b) {
                goto end;
This page took 0.024823 seconds and 4 git commands to generate.