ios: Fix googletest compile with latest Xcode.

Ignore gmock-matchers_test.cc deprecated std::iterator.

Change-Id: I008d7fc8bde34653d6bde8046875edfc5660f606
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3550545
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Justin Cohen <justincohen@chromium.org>
This commit is contained in:
Justin Cohen 2022-03-24 22:20:35 -04:00 committed by Crashpad LUCI CQ
parent 8c7caef421
commit 4ead15ad86

View File

@ -325,8 +325,10 @@ if (crashpad_is_in_chromium) {
"-Wno-inconsistent-missing-override",
# For googletest/googlemock/test/gmock-matchers_test.ccs
# testing::googlemock_matchers_test::Unprintable::c_.
# testing::googlemock_matchers_test::Unprintable::c_ and deprecated
# std::iterator.
"-Wno-unused-private-field",
"-Wno-deprecated-declarations",
]
}