Warnings: teeks99-01-dc17-20-64onriscv64 - phoenix / clang-linux-17~c++20
Rev f2c0ab0f235cf60b0586dbd618cd4a87a7cdfc55 / Sat, 16 Nov 2024 18:27:30 +0000
algorithm_test
../libs/phoenix/test/bll_compatibility/algorithm_test.cpp:54:53: warning: top-level comma expression in array subscript is deprecated in C++20 and unsupported in C++23 [-Wdeprecated-comma-subscript]
1 warning generated.
                
arithmetic_tests
../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.
                
bind_interoperation_test
../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.
                
bind_tests_advanced
../libs/phoenix/test/bll_compatibility/bind_tests_advanced.cpp:214:7: warning: unused variable 'i' [-Wunused-variable]
1 warning generated.
                
debug
../boost/phoenix/core/debug.hpp:14:1: warning: This header is deprecated. Use <boost/phoenix/debug.hpp> instead. [-W#pragma-messages]
1 warning generated.
                
exceptions
../libs/phoenix/test/statement/exceptions.cpp:127:11: warning: top-level comma expression in array subscript is deprecated in C++20 and unsupported in C++23 [-Wdeprecated-comma-subscript]
../libs/phoenix/test/statement/exceptions.cpp:144:11: warning: top-level comma expression in array subscript is deprecated in C++20 and unsupported in C++23 [-Wdeprecated-comma-subscript]
../libs/phoenix/test/statement/exceptions.cpp:173:11: warning: top-level comma expression in array subscript is deprecated in C++20 and unsupported in C++23 [-Wdeprecated-comma-subscript]
3 warnings generated.
                
if_tests
../libs/phoenix/test/statement/if_tests.cpp:31:38: warning: top-level comma expression in array subscript is deprecated in C++20 and unsupported in C++23 [-Wdeprecated-comma-subscript]
../libs/phoenix/test/statement/if_tests.cpp:46:42: warning: top-level comma expression in array subscript is deprecated in C++20 and unsupported in C++23 [-Wdeprecated-comma-subscript]
../libs/phoenix/test/statement/if_tests.cpp:53:47: warning: top-level comma expression in array subscript is deprecated in C++20 and unsupported in C++23 [-Wdeprecated-comma-subscript]
../libs/phoenix/test/statement/if_tests.cpp:58:46: warning: top-level comma expression in array subscript is deprecated in C++20 and unsupported in C++23 [-Wdeprecated-comma-subscript]
4 warnings generated.
                
lambda_tests15
../libs/phoenix/test/scope/lambda_tests15.cpp:27:16: warning: unused variable 'y' [-Wunused-variable]
1 warning generated.
                
loops_tests
../libs/phoenix/test/statement/loops_tests.cpp:38:37: warning: top-level comma expression in array subscript is deprecated in C++20 and unsupported in C++23 [-Wdeprecated-comma-subscript]
../libs/phoenix/test/statement/loops_tests.cpp:54:37: warning: top-level comma expression in array subscript is deprecated in C++20 and unsupported in C++23 [-Wdeprecated-comma-subscript]
../libs/phoenix/test/statement/loops_tests.cpp:72:37: warning: top-level comma expression in array subscript is deprecated in C++20 and unsupported in C++23 [-Wdeprecated-comma-subscript]
3 warnings generated.
                
switch_tests
../libs/phoenix/test/statement/switch_tests.cpp:57:49: warning: top-level comma expression in array subscript is deprecated in C++20 and unsupported in C++23 [-Wdeprecated-comma-subscript]
../libs/phoenix/test/statement/switch_tests.cpp:70:49: warning: top-level comma expression in array subscript is deprecated in C++20 and unsupported in C++23 [-Wdeprecated-comma-subscript]
2 warnings generated.
                
transformation2
../boost/phoenix/stl/algorithm/transformation.hpp:526:25: warning: 'random_shuffle<int *>' is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations]
1 warning generated.