mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 00:46:05 +01:00
Problem: uninitialised class variable warning
Solution: initialise it
This commit is contained in:
parent
7ba074fa28
commit
09f700f72e
@ -138,6 +138,7 @@ zmq::ipc_listener_t::ipc_listener_t (io_thread_t *io_thread_,
|
||||
io_object_t (io_thread_),
|
||||
has_file (false),
|
||||
s (retired_fd),
|
||||
handle ((handle_t) NULL),
|
||||
socket (socket_)
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user