mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
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:
parent
8c7caef421
commit
4ead15ad86
4
third_party/googletest/BUILD.gn
vendored
4
third_party/googletest/BUILD.gn
vendored
@ -325,8 +325,10 @@ if (crashpad_is_in_chromium) {
|
||||
"-Wno-inconsistent-missing-override",
|
||||
|
||||
# For googletest/googlemock/test/gmock-matchers_test.cc’s
|
||||
# testing::googlemock_matchers_test::Unprintable::c_.
|
||||
# testing::googlemock_matchers_test::Unprintable::c_ and deprecated
|
||||
# std::iterator.
|
||||
"-Wno-unused-private-field",
|
||||
"-Wno-deprecated-declarations",
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user