mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 01:37:56 +08:00
Problem: DRAFT build broken with GCC 4.7
Solution: change variable type in test_timers to match public API
This commit is contained in:
parent
c33cb38af2
commit
9b1ce59719
@ -154,7 +154,7 @@ int main (void)
|
||||
|
||||
bool timer_invoked = false;
|
||||
|
||||
const int full_timeout = 100;
|
||||
const unsigned long full_timeout = 100;
|
||||
void *const stopwatch = zmq_stopwatch_start ();
|
||||
|
||||
int timer_id =
|
||||
|
Loading…
x
Reference in New Issue
Block a user