Commit 65d2b703 authored by Martin Sustrik's avatar Martin Sustrik

Minor patch to fix ICC build

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent 970798ff
......@@ -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