]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/run_blackbox_tests/test_cases_get_self.c
Fix __warn_unused_result__, add more of it and fix the resulting warnings.
[meshlink] / test / blackbox / run_blackbox_tests / test_cases_get_self.c
index 52f909e7646eb706667d65dce081758b2bbebf46..3368a42fa554b229087d6b40d892cd07cba4900f 100644 (file)
@@ -75,7 +75,7 @@ static bool test_steps_mesh_get_self_01(void) {
        }
 
        meshlink_close(mesh);
-       meshlink_destroy("self_conf");
+       assert(meshlink_destroy("self_conf"));
        return true;
 
 }