Tom Hughes
356fc30125
Fix -Wshadow warnings
../googlemock/test/gmock-actions_test.cc:687:36: warning: declaration of ‘v’ shadows a member of ‘testing::{anonymous}::ReturnTest_SupportsReferenceLikeReturnType_Test::TestBody()::Result’ [-Wshadow]
687 | Result(const std::vector<int>& v) : v(&v) {} // NOLINT
| ~~~~~~~~~~~~~~~~~~~~~~~~^
../googlemock/test/gmock-actions_test.cc:686:29: note: shadowed declaration is here
686 | const std::vector<int>* v;
| ^
../googlemock/test/gmock-actions_test.cc: In constructor ‘testing::{anonymous}::ReturnTest_PrefersConversionOperator_Test::TestBody()::Out::Out(int)’:
../googlemock/test/gmock-actions_test.cc:720:28: warning: declaration of ‘x’ shadows a member of ‘testing::{anonymous}::ReturnTest_PrefersConversionOperator_Test::TestBody()::Out’ [-Wshadow]
720 | explicit Out(const int x) : x(x) {}
| ~~~~~~~~~~^
../googlemock/test/gmock-actions_test.cc:718:9: note: shadowed declaration is here
718 | int x;
| ^
PiperOrigin-RevId: 501580618
Change-Id: I584710fbbe440ec724f88746e51f3be5653c32d5
2023-01-12 09:04:13 -08:00
..
2022-03-23 09:08:04 -07:00
2022-03-23 09:08:04 -07:00
2022-03-15 13:42:11 -07:00
2022-04-22 11:26:03 -07:00
2021-12-22 13:01:24 -08:00
2022-03-15 13:42:11 -07:00
2022-03-15 13:42:11 -07:00
2022-04-22 11:26:03 -07:00
2022-04-22 11:26:03 -07:00
2022-06-22 14:21:07 +03:00
2022-03-23 15:08:26 -07:00
2022-03-15 13:42:11 -07:00
2021-12-22 13:01:24 -08:00
2022-03-15 13:42:11 -07:00
2023-01-12 09:04:13 -08:00
2022-04-22 11:26:03 -07:00
2022-11-29 08:44:15 -08:00
2022-03-15 13:42:11 -07:00
2022-04-26 09:49:03 -07:00
2022-04-26 09:49:03 -07:00
2022-08-22 06:42:57 -07:00
2022-11-30 14:42:31 -08:00
2022-11-29 08:44:15 -08:00
2022-03-15 13:42:11 -07:00
2022-04-22 11:26:03 -07:00
2022-03-15 13:42:11 -07:00
2019-10-23 13:35:26 -04:00
2022-03-15 13:42:11 -07:00
2022-10-25 08:39:19 -07:00