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:
parent
0ab5ce151c
commit
fd10d170ee
@ -592,7 +592,9 @@ def base_copts(os_conditions):
|
||||
"-Wno-error=attributes",
|
||||
],
|
||||
# IOS
|
||||
[],
|
||||
[
|
||||
"-Wno-implicit-fallthrough", # Some intentional fallthrough.
|
||||
],
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user