Warnings: teeks99-dkr-dc17-g20 - ptr_container / clang-linux-17~gnu20
Rev e0100e02f080c605b68e13899dc04aab466cbf60 / Sun, 10 Nov 2024 14:57:06 +0000
incomplete_type_test
../libs/ptr_container/test/test_data.hpp:332:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
1 warning generated.
                
no_exceptions
../libs/ptr_container/test/test_data.hpp:332:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/sequence_test_data.hpp:59:12: warning: explicitly assigning value of variable of type 'C' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/sequence_test_data.hpp:62:12: warning: explicitly assigning value of variable of type 'C' to itself [-Wself-assign-overloaded]
3 warnings generated.
                
ptr_array
../libs/ptr_container/test/test_data.hpp:332:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/ptr_array.cpp:116:11: warning: explicitly assigning value of variable of type 'ptr_array<Base, 2>' to itself [-Wself-assign-overloaded]
2 warnings generated.
                
ptr_circular_buffer
../libs/ptr_container/test/test_data.hpp:332:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/sequence_test_data.hpp:59:12: warning: explicitly assigning value of variable of type 'C' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/sequence_test_data.hpp:62:12: warning: explicitly assigning value of variable of type 'C' to itself [-Wself-assign-overloaded]
3 warnings generated.
                
ptr_deque
../libs/ptr_container/test/test_data.hpp:332:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/sequence_test_data.hpp:59:12: warning: explicitly assigning value of variable of type 'C' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/sequence_test_data.hpp:62:12: warning: explicitly assigning value of variable of type 'C' to itself [-Wself-assign-overloaded]
3 warnings generated.
                
ptr_list
../libs/ptr_container/test/test_data.hpp:332:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/sequence_test_data.hpp:59:12: warning: explicitly assigning value of variable of type 'C' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/sequence_test_data.hpp:62:12: warning: explicitly assigning value of variable of type 'C' to itself [-Wself-assign-overloaded]
3 warnings generated.
                
ptr_map
../libs/ptr_container/test/test_data.hpp:332:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/ptr_map.cpp:312:20: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/ptr_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_map.cpp:284:29: warning: variable 'key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_map.cpp:284:29: warning: variable 'key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
13 warnings generated.
                
ptr_map_adapter
../libs/ptr_container/test/test_data.hpp:332:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
1 warning generated.
                
ptr_set
../libs/ptr_container/test/test_data.hpp:332:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/associative_test_data.hpp:83:12: warning: explicitly assigning value of variable of type 'C' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/associative_test_data.hpp:87:12: warning: explicitly assigning value of variable of type 'C' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/ptr_set.cpp:39:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
4 warnings generated.
                
ptr_unordered_map
../libs/ptr_container/test/test_data.hpp:332:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/ptr_unordered_map.cpp:289:20: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/ptr_unordered_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_unordered_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_unordered_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_unordered_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_unordered_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_unordered_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_unordered_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_unordered_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_unordered_map.cpp:133:27: warning: variable 'a_key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_unordered_map.cpp:261:29: warning: variable 'key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_unordered_map.cpp:261:29: warning: variable 'key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/ptr_container/test/ptr_unordered_map.cpp:299:29: warning: variable 'key' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
14 warnings generated.
                
ptr_unordered_set
../libs/ptr_container/test/test_data.hpp:332:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/associative_test_data.hpp:83:12: warning: explicitly assigning value of variable of type 'C' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/associative_test_data.hpp:87:12: warning: explicitly assigning value of variable of type 'C' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/ptr_unordered_set.cpp:39:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
4 warnings generated.
                
ptr_vector
../libs/ptr_container/test/test_data.hpp:332:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/sequence_test_data.hpp:59:12: warning: explicitly assigning value of variable of type 'C' to itself [-Wself-assign-overloaded]
../libs/ptr_container/test/sequence_test_data.hpp:62:12: warning: explicitly assigning value of variable of type 'C' to itself [-Wself-assign-overloaded]
3 warnings generated.
                
tree_test
../libs/ptr_container/test/test_data.hpp:332:10: warning: explicitly assigning value of variable of type 'BaseContainer' to itself [-Wself-assign-overloaded]
1 warning generated.