aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public.bzl4
1 files changed, 3 insertions, 1 deletions
diff --git a/public.bzl b/public.bzl
index 64a1d2f386..d0b1c102fe 100644
--- a/public.bzl
+++ b/public.bzl
@@ -592,7 +592,9 @@ def base_copts(os_conditions):
"-Wno-error=attributes",
],
# IOS
- [],
+ [
+ "-Wno-implicit-fallthrough", # Some intentional fallthrough.
+ ],
],
)