mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-16 18:56:55 +02:00
Remove unused argc/argv parameters in tests.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "../include/zmq_utils.h"
|
||||
|
||||
|
||||
int main (int argc, char *argv [])
|
||||
int main (void)
|
||||
{
|
||||
int rc;
|
||||
char buf[32];
|
||||
|
Reference in New Issue
Block a user