mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-13 20:37:32 +01:00
Problem: compile warnings on Windows in new radio/dish code
Solution: fix these.
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
|
||||
namespace zmq
|
||||
{
|
||||
|
||||
class udp_address_t
|
||||
{
|
||||
public:
|
||||
@@ -71,7 +70,6 @@ namespace zmq
|
||||
const in_addr interface_ip () const;
|
||||
|
||||
private:
|
||||
|
||||
in_addr multicast;
|
||||
in_addr iface;
|
||||
sockaddr_in bind_address;
|
||||
|
||||
Reference in New Issue
Block a user