> Line 73 in DelayQueue.hh throws a warning when compiling for macosx.
That's odd; it doesn't for me.
> I've temporarily surrounded it with but this may not be the cleanest fix:
>
> #pragma GCC diagnostic push
> #pragma GCC diagnostic ignored "-Wconversion"
> Timeval(time_base_seconds seconds
Ross,
Line 73 in DelayQueue.hh throws a warning when compiling for macosx.
include/DelayQueue.hh:73:41: Implicit conversion loses integer precision:
'time_base_seconds' (aka 'long') to '__darwin_suseconds_t' (aka 'int')
fTv.tv_usec = useconds;
tv_usec is of type __darwin_suseconds_t which is a