Commit e2be0d25 authored by Giulio Eulisse's avatar Giulio Eulisse

Fix compilation on mac.

parent 5fead473
......@@ -161,7 +161,7 @@ zmq::signaler_t::~signaler_t ()
errno_assert (rc == 0);
}
if (r != retired_fd) {
rc = close_wait_ms (r);
int rc = close_wait_ms (r);
errno_assert (rc == 0);
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment