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: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.
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_uns2.cpp:14:16: warning: unused variable 'v2' [-Wunused-variable]
../libs/typeof/test/odr_no_uns2.cpp:13:16: warning: unused variable 'v1' [-Wunused-variable]
2 warnings generated.
std_emulation
../libs/typeof/test/std.cpp:72:42: warning: 'binder1st<std::less<int>>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
../libs/typeof/test/std.cpp:73:42: warning: 'binder2nd<std::less<int>>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
2 warnings generated.
std_native
../libs/typeof/test/std.cpp:72:42: warning: 'binder1st<std::less<int>>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
../libs/typeof/test/std.cpp:73:42: warning: 'binder2nd<std::less<int>>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
2 warnings generated.