summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-06-13 08:15:05 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-06-13 08:15:05 +0200
commit65d2b70312efb148814b58d9cd38cc7069b53a3b (patch)
tree46cb9004b6fb2f6896cd86ea123dac39096fd975
parent970798ff98bc9eb7cd84bf8766cc6034a0e88aa4 (diff)
Minor patch to fix ICC build
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r--src/xsub.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xsub.cpp b/src/xsub.cpp
index 60ba598..f4160c0 100644
--- a/src/xsub.cpp
+++ b/src/xsub.cpp
@@ -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 ()