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.
Herbert Thielen <thielen@hs-worms.de> | Sep 4 2017, 17:18 |
• trottet | Dec 4 2019, 13:52 |