Add GTEST_ATTRIBUTE_UNUSED_ to REGISTER_TYPED_TEST_CASE_P
If REGISTER_TYPED_TEST_CASE_P is included in a header file, but
the .cc file does not declare INSTANTIATE_TYPED_TEST_CASE_P, an
unused-variable warning may be raised by the compiler.
Mike Bjorge <mbjorge@google.com> | Jan 10 2017, 01:02 |
• trottet | Dec 4 2019, 13:52 |