Commit c3adc86d authored by Matt Connolly's avatar Matt Connolly

Fix unused variable when using eventfd

parent a3d9d01a
......@@ -267,7 +267,9 @@ void zmq::signaler_t::recv ()
void zmq::signaler_t::forked()
{
int oldr = r;
#if !defined ZMQ_HAVE_EVENTFD
int oldw = w;
#endif
// replace the file descriptors created in the parent with new
// ones, and close the inherited ones
......
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