mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
Minor patch to fix ICC build
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user