0
0
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:
Luca Boccassi 2018-02-10 17:08:01 +00:00
parent c33cb38af2
commit 9b1ce59719

View File

@ -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 =