mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 07:16:04 +00:00
Minor MSVC warning fixed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
e895607ca7
commit
dc66053530
@ -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