Commit dc660535 authored by Martin Sustrik's avatar Martin Sustrik

Minor MSVC warning fixed

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent e895607c
......@@ -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 ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment