mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-15 23:20:09 +02:00
Remove unused argc/argv parameters in tests.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include <stdio.h>
|
||||
#include "testutil.hpp"
|
||||
|
||||
int main (int argc, char *argv [])
|
||||
int main (void)
|
||||
{
|
||||
fprintf (stderr, "test_reqrep_ipc running...\n");
|
||||
|
||||
|
Reference in New Issue
Block a user