Googletest export

Tag the function generated by MATCHER with GTEST_ATTRIBUTE_UNUSED_ to fix CI builds of gmock-matchers_test.cc vs. -Wunused-function.

See https://github.com/google/googletest/pull/2697 for breakage.

PiperOrigin-RevId: 293669752
This commit is contained in:
durandal 2020-02-06 16:57:49 -05:00 committed by Andy Getz
parent fbf67a70d0
commit 2d6d7a01c9

View File

@ -80,7 +80,7 @@
}\
};\
};\
inline name##Matcher name() {\
GTEST_ATTRIBUTE_UNUSED_ inline name##Matcher name() {\
return name##Matcher();\
}\
template <typename arg_type>\