mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem: compiler warning in unittest_poller
Solution: cast the unused variable
This commit is contained in:
parent
1402f7727e
commit
4a0b6c6c6f
@ -59,6 +59,7 @@ struct test_events_t : zmq::i_poll_events
|
||||
fd (fd_),
|
||||
poller (poller_)
|
||||
{
|
||||
(void)fd;
|
||||
}
|
||||
|
||||
virtual void in_event ()
|
||||
|
Loading…
Reference in New Issue
Block a user