mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 16:06:09 +00:00
Remove unused variable which causes build to fail with -Werror
This commit is contained in:
parent
f611c57c48
commit
271ced98cf
@ -86,7 +86,6 @@ int zmq::pgm_socket_t::init_address (const char *network_,
|
|||||||
|
|
||||||
pgm_error_t *pgm_error = NULL;
|
pgm_error_t *pgm_error = NULL;
|
||||||
struct pgm_addrinfo_t hints, *res = NULL;
|
struct pgm_addrinfo_t hints, *res = NULL;
|
||||||
sa_family_t sa_family;
|
|
||||||
|
|
||||||
memset (&hints, 0, sizeof (hints));
|
memset (&hints, 0, sizeof (hints));
|
||||||
hints.ai_family = AF_UNSPEC;
|
hints.ai_family = AF_UNSPEC;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user