Always evaluate BT_ASSERT(); add BT_ASSERT_DBG() for debug mode only
[babeltrace.git] / src / ctf-writer / utils.h
index f08d544bd7ab6bb2a711f1beecc88aa101bd14fb..683905806ecec3f278bb08f3ea039bbc20c3d3ee 100644 (file)
@@ -200,7 +200,7 @@ GString *bt_ctf_field_path_string(struct bt_ctf_field_path *path)
        GString *str = g_string_new(NULL);
        size_t i;
 
-       BT_ASSERT(path);
+       BT_ASSERT_DBG(path);
 
        if (!str) {
                goto end;
This page took 0.024033 seconds and 4 git commands to generate.