]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/test_case_meta_conn_01/node_sim_peer.c
Fix compiler warnings in the test suites.
[meshlink] / test / blackbox / test_case_meta_conn_01 / node_sim_peer.c
index 6fc3dbf5871c84b39ce1ba6bf0d74758c615cca1..8b242038ed0acd90c40b1f1df4f9747a15fa6922 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;