Pass the -Wmissing-declarations warning.

This makes it easier to use GTest in projects that build with the
-Wmissing-declarations warning. This fixes the warning in headers and
source files, though not GTest's own tests as it is rather noisy there.
This commit is contained in:
David Benjamin
2017-02-10 19:19:54 -05:00
parent ba6ecedede
commit b3d9be5c1d
8 changed files with 55 additions and 47 deletions

View File

@@ -65,10 +65,6 @@
namespace testing {
namespace internal {
GTEST_API_ string JoinAsTuple(const Strings& fields);
} // namespace internal
namespace gmock_matchers_test {
using std::greater;