Re: [Live-devel] Warning on MacOSX

2012-09-06 Thread Ross Finlayson
> 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

[Live-devel] Warning on MacOSX

2012-09-06 Thread Tim Zaitsev
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