mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-31 01:43:02 +08: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
|
||||
return 0;
|
||||
}
|
||||
|
||||
zmq_assert (false);
|
||||
return -1;
|
||||
}
|
||||
|
||||
bool zmq::xsub_t::xhas_out ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user