|
Boost : |
From: John Maddock (john_at_[hidden])
Date: 2007-10-17 05:14:37
I'm getting lots of warnings of the kind:
../../../boost/thread/win32/basic_timed_mutex.hpp: In member function `void
boost::detail::basic_timed_mutex::unlock()':
../../../boost/thread/win32/basic_timed_mutex.hpp:116: warning: integer
overflow in expression
>From gcc-mingw when using the new Boost.Thread, should I be concerned?
Also from VC++ I see:
..\..\..\boost/thread/thread_time.hpp(33) : warning C4244: 'return' :
conversion from '__int64' to 'unsigned int', possible loss of data
..\..\..\boost/thread/xtime.hpp(60) : warning C4244: '=' : conversion from
'__int64' to 'boost::xtime::xtime_nsec_t', possible loss of data
Which are rather annoying,
Thanks, John.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk