mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-26 18:42:43 +01:00
Fix unused parameter and variable warnings.
This commit is contained in:
@@ -182,7 +182,7 @@ void zmq::stream_engine_t::plug (io_thread_t *io_thread_,
|
||||
// application so that it knows a peer has connected.
|
||||
msg_t connector;
|
||||
connector.init();
|
||||
int rc = (this->*write_msg) (&connector);
|
||||
(this->*write_msg) (&connector);
|
||||
connector.close();
|
||||
session->flush ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user