Problem: compile warnings on Windows in new radio/dish code

Solution: fix these.
This commit is contained in:
Pieter Hintjens
2016-02-07 12:10:17 +01:00
parent e0f02bdfb8
commit 58059939fc
4 changed files with 21 additions and 25 deletions

View File

@@ -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;