mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-05 12:47:49 +01:00
Fixes warning when compiling with MSVC on Win64
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -58,7 +58,7 @@ void zmq::lb_t::terminate ()
|
||||
zmq_assert (!terminating);
|
||||
terminating = true;
|
||||
|
||||
sink->register_term_acks (pipes.size ());
|
||||
sink->register_term_acks ((int) pipes.size ());
|
||||
for (pipes_t::size_type i = 0; i != pipes.size (); i++)
|
||||
pipes [i]->terminate ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user