Warnings: teeks99-dkr-mc6-17 - typeof / clang-linux-6.0~c++17~lc
Rev 62658b2ab10667a59ced1201b3443ff937b70d4e / Tue, 19 Nov 2024 20:09:01 +0000
function_ptr_emulation
../libs/typeof/test/function_ptr.cpp:22:7: warning: variable 'cptr1' is not needed and will not be emitted [-Wunneeded-internal-declaration]
../libs/typeof/test/function_ptr.cpp:23:7: warning: variable 'cptr2' is not needed and will not be emitted [-Wunneeded-internal-declaration]
2 warnings generated.
                
function_ptr_native
../libs/typeof/test/function_ptr.cpp:22:7: warning: variable 'cptr1' is not needed and will not be emitted [-Wunneeded-internal-declaration]
../libs/typeof/test/function_ptr.cpp:23:7: warning: variable 'cptr2' is not needed and will not be emitted [-Wunneeded-internal-declaration]
2 warnings generated.
                
msvc_typeof_in_lambda_emulation
../libs/typeof/test/msvc_typeof_in_lambda.cpp:49:29: warning: lambda capture 'n' is not required to be captured for this use [-Wunused-lambda-capture]
../libs/typeof/test/msvc_typeof_in_lambda.cpp:49:32: warning: lambda capture 'test' is not required to be captured for this use [-Wunused-lambda-capture]
../libs/typeof/test/msvc_typeof_in_lambda.cpp:49:10: warning: unused variable 'check_property' [-Wunused-variable]
../libs/typeof/test/msvc_typeof_in_lambda.cpp:58:39: warning: unused typedef 'n_type' [-Wunused-local-typedef]
../libs/typeof/test/msvc_typeof_in_lambda.cpp:62:42: warning: unused typedef 'test_type' [-Wunused-local-typedef]
../libs/typeof/test/msvc_typeof_in_lambda.cpp:45:35: warning: unused typedef 'n_type' [-Wunused-local-typedef]
6 warnings generated.
                
msvc_typeof_in_lambda_native
../libs/typeof/test/msvc_typeof_in_lambda.cpp:49:29: warning: lambda capture 'n' is not required to be captured for this use [-Wunused-lambda-capture]
../libs/typeof/test/msvc_typeof_in_lambda.cpp:49:32: warning: lambda capture 'test' is not required to be captured for this use [-Wunused-lambda-capture]
../libs/typeof/test/msvc_typeof_in_lambda.cpp:49:10: warning: unused variable 'check_property' [-Wunused-variable]
../libs/typeof/test/msvc_typeof_in_lambda.cpp:62:42: warning: unused typedef 'test_type' [-Wunused-local-typedef]
../libs/typeof/test/msvc_typeof_in_lambda.cpp:58:39: warning: unused typedef 'n_type' [-Wunused-local-typedef]
../libs/typeof/test/msvc_typeof_in_lambda.cpp:45:35: warning: unused typedef 'n_type' [-Wunused-local-typedef]
6 warnings generated.
                
nested_typedef_emulation
../libs/typeof/test/nested_typedef.cpp:16:3: warning: variable 'int_p' is not needed and will not be emitted [-Wunneeded-internal-declaration]
1 warning generated.
                
nested_typedef_native
../libs/typeof/test/nested_typedef.cpp:16:3: warning: variable 'int_p' is not needed and will not be emitted [-Wunneeded-internal-declaration]
1 warning generated.
                
odr_no_uns
../libs/typeof/test/odr_no_uns1.cpp:13:16: warning: unused variable 'v1' [-Wunused-variable]
../libs/typeof/test/odr_no_uns1.cpp:14:16: warning: unused variable 'v2' [-Wunused-variable]
2 warnings generated.