mirror of
https://github.com/zeromq/libzmq.git
synced 2025-07-04 01:27:14 +02:00
Minor patch to fix ICC build
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
970798ff98
commit
65d2b70312
@ -97,7 +97,9 @@ int zmq::xsub_t::xsend (msg_t *msg_, int flags_)
|
|||||||
else
|
else
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
zmq_assert (false);
|
zmq_assert (false);
|
||||||
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool zmq::xsub_t::xhas_out ()
|
bool zmq::xsub_t::xhas_out ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user