
17 Oct
2007
17 Oct
'07
9:14 a.m.
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.