Set -Wno-implicit-fallthrough when building for iOS

Change-Id: I281336e4b0639c25ea98402b5dd194aa21bf560f
Reviewed-on: https://skia-review.googlesource.com/144611
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
This commit is contained in:
Benjamin Barenblat 2018-07-31 16:41:37 -04:00 committed by Skia Commit-Bot
parent 0ab5ce151c
commit fd10d170ee

View File

@ -592,7 +592,9 @@ def base_copts(os_conditions):
"-Wno-error=attributes",
],
# IOS
[],
[
"-Wno-implicit-fallthrough", # Some intentional fallthrough.
],
],
)