]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/test_case_meta_conn_01/node_sim_relay.c
Fix compiler warnings in the test suites.
[meshlink] / test / blackbox / test_case_meta_conn_01 / node_sim_relay.c
index 2cf948edde7367e96cf69e296cb00badd751606d..3c6c548c36873bd73571de5f49c0c1ab830dd972 100644 (file)
@@ -25,6 +25,8 @@
 #include "../common/mesh_event_handler.h"
 
 int main(int argc, char *argv[]) {
+       (void)argc;
+
        struct timeval main_loop_wait = { 5, 0 };
 
        int client_id = -1;