X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=test%2Fblackbox%2Fcommon%2Fcommon_handlers.c;h=134fcc9fb5fdf3495116f0e240dd83df95b77bff;hp=ad32a223e7d867e7b278f8030e237772b129f423;hb=cdb3dada645394bb1e0d0bf7816291fbd9a2a4a0;hpb=6354733cc5044c5226c430d97262c06ab4cd0d5e diff --git a/test/blackbox/common/common_handlers.c b/test/blackbox/common/common_handlers.c index ad32a223..134fcc9f 100644 --- a/test/blackbox/common/common_handlers.c +++ b/test/blackbox/common/common_handlers.c @@ -53,7 +53,8 @@ static int meshlink_get_node_in_container(const char *name) { return -1; } -void mesh_close_signal_handler(int a) { +void mesh_close_signal_handler(int signum) { + (void)signum; test_running = false; exit(EXIT_SUCCESS);