lib: add pre condition asserts to check current thread has no error
[babeltrace.git] / src / lib / graph / mip.c
index 2e0aac35d65a8d5f03f555c81a4ca32e22957611..a4704c5d51a0efbe5f8fd247e0fa2aef92e8f7bd 100644 (file)
@@ -195,6 +195,7 @@ bt_get_greatest_operative_mip_version(
 {
        int status = BT_FUNC_STATUS_OK;
 
+       BT_ASSERT_PRE_NO_ERROR();
        BT_ASSERT_PRE_NON_NULL(comp_descr_set, "Component descriptor set");
        BT_ASSERT_PRE_NON_NULL(operative_mip_version,
                "Operative MIP version (output)");
This page took 0.024219 seconds and 4 git commands to generate.