[prev in list] [next in list] [prev in thread] [next in thread] 

List:       boost
Subject:    Re: [boost] Boost.Atomic request for review/inclusion
From:       Oliver Kowalke <k-oli () gmx ! de>
Date:       2009-12-22 17:23:35
Message-ID: 4B310097.5060507 () gmx ! de
[Download RAW message or body]

Hi Helge,

I've found some probs on XP (msvc-9.0) and FreeBSD (gcc-4.2.1):

XP:

boost/atomic.hpp(167): warning C4800: 'intptr_t': Variable wird auf 
booleschen Wert (TRUE oder False) gesetzt
    -> you could disable the warning with:
          # if defined(BOOST_MSVC)
          # pragma warning(push)
          # pragma warning(disable:4800)
          # endif

          # if defined(BOOST_MSVC)
          # pragma warning(pop)
          # endif

boost/atomic/detail/builder.hpp(141): warning C4146: Einem 
vorzeichenlosen Typ wurde ein unärer Minus-Operator zugewiesen. Das 
Ergebnis ist weiterhin vorzeichen los.

boost/atomic/detail/builder.hpp(360): warning C4244: ' return' 
Konvertierung von unsigned int in unsigned char

FreeBSD:
boost/atomic/detail/gcc-x86.hpp:63: multiple definition of 'void 
boost::detail::atomic::platform_atomic_thread_fence<boost::memory_order>(boost::memory_order)

regards,
Oliver

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic