mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-14 15:05:38 +02:00
Fixed warnings on Win64
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -776,7 +776,7 @@ void zmq::socket_base_t::process_term (int linger_)
|
||||
// Ask all attached pipes to terminate.
|
||||
for (pipes_t::size_type i = 0; i != pipes.size (); ++i)
|
||||
pipes [i]->terminate (false);
|
||||
register_term_acks (pipes.size ());
|
||||
register_term_acks ((int) pipes.size ());
|
||||
|
||||
// Continue the termination process immediately.
|
||||
own_t::process_term (linger_);
|
||||
|
Reference in New Issue
Block a user