]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/test_case_meta_conn_03/node_sim_relay.c
Fix compiler warnings in the test suites.
[meshlink] / test / blackbox / test_case_meta_conn_03 / node_sim_relay.c
index 4a4de245e085d64c69135dd0b3f7ae02c35bb146..f24037d9404bb2682237d730a9b5dd2f071cf0ae 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;