abi_test_mt_nt
../libs/smart_ptr/test/abi_test_main.cpp:15:1: warning: BOOST_DISABLE_THREADS is not defined [-W#pragma-messages]
../libs/smart_ptr/test/abi_test_main.cpp:21:1: warning: BOOST_NO_CXX11_HDR_ATOMIC is not defined [-W#pragma-messages]
2 warnings generated.
abi_test_nt_mt
../libs/smart_ptr/test/abi_test_main.cpp:13:1: warning: BOOST_DISABLE_THREADS is defined [-W#pragma-messages]
../libs/smart_ptr/test/abi_test_main.cpp:21:1: warning: BOOST_NO_CXX11_HDR_ATOMIC is not defined [-W#pragma-messages]
2 warnings generated.
array_fail_ap_spa_c
../libs/smart_ptr/test/array_fail_ap_spa_c.cpp:19:31: warning: parentheses were disambiguated as a function declaration [-Wvexing-parse]
1 warning and 4 errors generated.
cpp11_pointer_cast_test
../libs/smart_ptr/test/cpp11_pointer_cast_test.cpp:50:9: warning: private field 'filler' is not used [-Wunused-private-field]
../libs/smart_ptr/test/cpp11_pointer_cast_test.cpp:56:9: warning: private field 'filler' is not used [-Wunused-private-field]
2 warnings generated.
intrusive_ptr_test
../libs/smart_ptr/test/intrusive_ptr_test.cpp:255:12: warning: explicitly assigning value of variable of type 'boost::intrusive_ptr<X>' to itself [-Wself-assign-overloaded]
1 warning generated.
make_shared_fp_test
../libs/smart_ptr/test/make_shared_fp_test.cpp:18:8: warning: unused variable 'fp' [-Wunused-variable]
1 warning generated.
pointer_cast_test
../libs/smart_ptr/test/pointer_cast_test.cpp:52:9: warning: private field 'filler' is not used [-Wunused-private-field]
../libs/smart_ptr/test/pointer_cast_test.cpp:58:9: warning: private field 'filler' is not used [-Wunused-private-field]
2 warnings generated.
shared_from_raw_test
../boost/core/checked_delete.hpp:44:5: warning: delete called on non-final 'impl2' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
1 warning generated.
shared_from_test
../libs/smart_ptr/test/shared_from_test.cpp:19:9: warning: private field 'm_' is not used [-Wunused-private-field]
1 warning generated.
shared_from_this_test
../boost/core/checked_delete.hpp:44:5: warning: delete called on non-final 'impl2' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
1 warning generated.
shared_ptr_basic_test
../boost/core/checked_delete.hpp:44:5: warning: delete called on non-final 'Y' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
../boost/core/checked_delete.hpp:44:5: warning: delete called on non-final 'X' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
2 warnings generated.
shared_ptr_test
../libs/smart_ptr/test/shared_ptr_test.cpp:1201:12: warning: explicitly assigning value of variable of type 'boost::shared_ptr<incomplete>' to itself [-Wself-assign-overloaded]
../libs/smart_ptr/test/shared_ptr_test.cpp:1230:12: warning: explicitly assigning value of variable of type 'boost::shared_ptr<void>' to itself [-Wself-assign-overloaded]
../libs/smart_ptr/test/shared_ptr_test.cpp:1274:12: warning: explicitly assigning value of variable of type 'boost::shared_ptr<X>' to itself [-Wself-assign-overloaded]
../boost/core/checked_delete.hpp:44:5: warning: delete called on non-final 'n_spt_shared_from_this::impl' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
../boost/core/checked_delete.hpp:44:5: warning: delete called on non-final 'n_spt_abstract::X_impl' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
5 warnings generated.
smart_ptr_test
../libs/smart_ptr/test/smart_ptr_test.cpp:172:9: warning: explicitly assigning value of variable of type 'boost::shared_ptr<int>' to itself [-Wself-assign-overloaded]
../libs/smart_ptr/test/smart_ptr_test.cpp:272:10: warning: explicitly assigning value of variable of type 'boost::shared_ptr<UDT>' to itself [-Wself-assign-overloaded]
2 warnings generated.
sp_report_implementation
../boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp:23:1: warning: Using __atomic sp_counted_base [-W#pragma-messages]
../boost/core/detail/sp_thread_yield.hpp:54:3: warning: Using sched_yield() in sp_thread_yield [-W#pragma-messages]
../boost/core/detail/sp_thread_sleep.hpp:54:3: warning: Using nanosleep() in sp_thread_sleep [-W#pragma-messages]
../boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:19:1: warning: Using __atomic spinlock [-W#pragma-messages]
../boost/smart_ptr/detail/atomic_count_gcc_atomic.hpp:18:1: warning: Using __atomic atomic_count [-W#pragma-messages]
5 warnings generated.
weak_from_test
../libs/smart_ptr/test/weak_from_test.cpp:20:9: warning: private field 'm_' is not used [-Wunused-private-field]
1 warning generated.
weak_ptr_test
../libs/smart_ptr/test/weak_ptr_test.cpp:494:8: warning: explicitly assigning value of variable of type 'boost::weak_ptr<T>' to itself [-Wself-assign-overloaded]
../libs/smart_ptr/test/weak_ptr_test.cpp:509:8: warning: explicitly assigning value of variable of type 'boost::weak_ptr<T>' to itself [-Wself-assign-overloaded]
../libs/smart_ptr/test/weak_ptr_test.cpp:520:8: warning: explicitly assigning value of variable of type 'boost::weak_ptr<T>' to itself [-Wself-assign-overloaded]
3 warnings generated.