Warnings: teeks99-dkr-dc10-17 - circular_buffer / clang-linux-10~c++17
Rev c8d0b32583c2fa3266edf88cd8ccb32312feae17 / Wed, 20 Nov 2024 05:49:55 +0000
base_test
../libs/circular_buffer/test/common.ipp:1074:9: warning: explicitly assigning value of variable of type 'circular_buffer<MyInteger>' to itself [-Wself-assign-overloaded]
../libs/circular_buffer/test/base_test.cpp:23:8: warning: explicitly assigning value of variable of type 'circular_buffer<MyInteger>::iterator' (aka 'iterator<circular_buffer<MyInteger, std::allocator<MyInteger> >, cb_details::nonconst_traits<allocator<MyInteger> > >') to itself [-Wself-assign-overloaded]
2 warnings generated.
                
base_test_dbg
../libs/circular_buffer/test/common.ipp:1074:9: warning: explicitly assigning value of variable of type 'circular_buffer<MyInteger>' to itself [-Wself-assign-overloaded]
../libs/circular_buffer/test/base_test.cpp:23:8: warning: explicitly assigning value of variable of type 'circular_buffer<MyInteger>::iterator' (aka 'iterator<circular_buffer<MyInteger, std::allocator<MyInteger> >, cb_details::nonconst_traits<allocator<MyInteger> > >') to itself [-Wself-assign-overloaded]
2 warnings generated.
                
bounded_buffer_comparison
../boost/bind.hpp:36:1: warning: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior. [-W#pragma-messages]
1 warning generated.
                
space_optimized_test
../libs/circular_buffer/test/common.ipp:1074:9: warning: explicitly assigning value of variable of type 'circular_buffer_space_optimized<MyInteger>' to itself [-Wself-assign-overloaded]
1 warning generated.
                
space_optimized_test_dbg
../libs/circular_buffer/test/common.ipp:1074:9: warning: explicitly assigning value of variable of type 'circular_buffer_space_optimized<MyInteger>' to itself [-Wself-assign-overloaded]
1 warning generated.