mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-22 16:02:31 +02:00
Remove unused argc/argv parameters in tests.
This commit is contained in:
@@ -44,7 +44,7 @@ extern "C"
|
||||
}
|
||||
}
|
||||
|
||||
int main (int argc, char *argv [])
|
||||
int main (void)
|
||||
{
|
||||
fprintf (stderr, "test_timeo running...\n");
|
||||
|
||||
|
Reference in New Issue
Block a user