diff options
author | Herbert Thielen <thielen@hs-worms.de> | 2017-09-04 13:23:08 +0200 |
---|---|---|
committer | Herbert Thielen <thielen@hs-worms.de> | 2017-09-04 17:18:16 +0200 |
commit | 8abacca52eeb9e9502b5cc2c3b4733d8adf3c42b (patch) | |
tree | f992c2ab163d2922709a62d97c238e3181e64247 /googlemock/scripts/generator/cpp/tokenize.py | |
parent | 520ad96b78179fde7110ea29f7c22a6a9b32ed09 (diff) | |
download | googletest-8abacca52eeb9e9502b5cc2c3b4733d8adf3c42b.tar.gz googletest-8abacca52eeb9e9502b5cc2c3b4733d8adf3c42b.tar.bz2 googletest-8abacca52eeb9e9502b5cc2c3b4733d8adf3c42b.zip |
avoid -Wshadow warning on GCC
When using INSTANTIATE_TEST_CASE_P with a lambda function which uses
'info' as parameter name, GCC complains that this would shadow
parameter 'info' used in the macro's VA_ARGS call.
Diffstat (limited to 'googlemock/scripts/generator/cpp/tokenize.py')
0 files changed, 0 insertions, 0 deletions