]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/test_case_meta_conn_05/node_sim_peer.c
Fix compiler warnings in the test suites.
[meshlink] / test / blackbox / test_case_meta_conn_05 / node_sim_peer.c
index a61e89e861bac41c12f6d5ca69e56a7f9e4b784b..429ca3331325d746135eb9c538e1ab697c20ee7c 100644 (file)
@@ -31,6 +31,8 @@
 #define CMD_LINE_ARG_INVITEURL  5
 
 int main(int argc, char *argv[]) {
+       (void)argc;
+
        struct timeval main_loop_wait = { 5, 0 };
        int client_id = -1;
 
@@ -64,4 +66,5 @@ int main(int argc, char *argv[]) {
        }
 
        execute_close();
+       meshlink_destroy(argv[1]);
 }