Warnings: teeks99-dkr-dc17-opt - circular_buffer / clang-linux-17~c++20~O2
Rev bd3c3e9c38e826481a9b4983aab67bc29983418e / Mon, 11 Nov 2024 07:10:45 +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, 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, 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.