Commit 7fe1f5df authored by Nico Weber's avatar Nico Weber

Attempt to heal MacToT bots.

See https://github.com/erikdoe/ocmock/issues/369

TBR=rnk

Bug: none
Change-Id: Ice9aca9e524d54eecb4bb41615f36c9926de1e2e
Reviewed-on: https://chromium-review.googlesource.com/c/1394430Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619636}
parent 6e6659f6
...@@ -13,6 +13,9 @@ config("ocmock_warnings") { ...@@ -13,6 +13,9 @@ config("ocmock_warnings") {
cflags = [ cflags = [
"-Wno-semicolon-before-method-body", "-Wno-semicolon-before-method-body",
"-Wno-undeclared-selector", "-Wno-undeclared-selector",
# https://github.com/erikdoe/ocmock/issues/369
"-Wno-incompatible-pointer-types",
] ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment