Change-Id: I105e5e0ecc492d414cd1781e8d3325ed405681fe
# include <initializer_list> // NOLINT -- must be after gtest.h
#endif
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wdeprecated-copy"
+
namespace testing {
// To implement a matcher Foo for type T, define:
} // namespace testing
+#pragma GCC diagnostic pop
+
// Include any custom callback matchers added by the local installation.
// We must include this header at the end to make sure it can use the
// declarations from this file.