Commit 9b1ce597 authored by Luca Boccassi's avatar Luca Boccassi

Problem: DRAFT build broken with GCC 4.7

Solution: change variable type in test_timers to match public API
parent c33cb38a
......@@ -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 =
......
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