]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/run_blackbox_tests/test_cases_set_port.c
Fix compiler warnings in the test suites.
[meshlink] / test / blackbox / run_blackbox_tests / test_cases_set_port.c
index 48129def9f0affe0fdf5ea4e9a0ad23325da0f3e..b01bc6d87a95945a48867251e430c84b8d4c30b7 100644 (file)
@@ -150,6 +150,8 @@ static bool test_set_port_03(void) {
 
        meshlink_close(mesh_handle);
        meshlink_destroy("getportconf");
+
+       return false;
 }