Always evaluate BT_ASSERT(); add BT_ASSERT_DBG() for debug mode only
[babeltrace.git] / src / ctf-writer / field-path.c
index 6770290c426c5236999a6dcbbdfc870b2afbc450..564269731e9f2109afa0cf1f45d83548c3fa8b66 100644 (file)
@@ -101,7 +101,7 @@ struct bt_ctf_field_path *bt_ctf_field_path_copy(
 {
        struct bt_ctf_field_path *new_path;
 
-       BT_ASSERT(path);
+       BT_ASSERT_DBG(path);
        BT_LOGD("Copying field path: addr=%p, index-count=%u",
                path, path->indexes->len);
        new_path = bt_ctf_field_path_create();
This page took 0.024188 seconds and 4 git commands to generate.