Commit 1dcedf7a authored by Ian Barber's avatar Ian Barber

Merge pull request #364 from AlexBio/fix_unused_variable

Remove unused variable which causes build to fail with -Werror
parents 3db9bf31 271ced98
......@@ -86,7 +86,6 @@ int zmq::pgm_socket_t::init_address (const char *network_,
pgm_error_t *pgm_error = NULL;
struct pgm_addrinfo_t hints, *res = NULL;
sa_family_t sa_family;
memset (&hints, 0, sizeof (hints));
hints.ai_family = AF_UNSPEC;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment