mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Merge pull request #2937 from bluca/gcc_4_build
Problem: DRAFT build broken with GCC 4.7
This commit is contained in:
commit
504e6d0ecc
@ -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…
Reference in New Issue
Block a user