Commit 4a0b6c6c authored by Luca Boccassi's avatar Luca Boccassi

Problem: compiler warning in unittest_poller

Solution: cast the unused variable
parent 1402f772
......@@ -59,6 +59,7 @@ struct test_events_t : zmq::i_poll_events
fd (fd_),
poller (poller_)
{
(void)fd;
}
virtual void in_event ()
......
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