fix warn unused

This commit is contained in:
niXman
2012-02-10 13:39:34 +04:00
parent 40052c1251
commit 7b7d404269
22 changed files with 48 additions and 2 deletions

View File

@@ -248,6 +248,7 @@ void zmq::session_base_t::write_activated (pipe_t *pipe_)
void zmq::session_base_t::hiccuped (pipe_t *pipe_)
{
((void)pipe_);
// Hiccups are always sent from session to socket, not the other
// way round.
zmq_assert (false);