mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 04:17:57 +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
|
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 ()
|
||||||
|
|||||||
Reference in New Issue
Block a user