mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-19 21:16:54 +02:00
Remove unused argc/argv parameters in tests.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "../include/zmq.h"
|
||||
|
||||
int main (int argc, char *argv [])
|
||||
int main (void)
|
||||
{
|
||||
fprintf (stderr, "test_connect_resolve running...\n");
|
||||
|
||||
|
Reference in New Issue
Block a user