Problem: uninitialised class variable warning

Solution: initialise it
This commit is contained in:
Luca Boccassi 2018-05-13 17:51:21 +01:00
parent 7ba074fa28
commit 09f700f72e

View File

@ -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_)
{
}