Skip to content

Commit d5db065

Browse files
yarneomaterial-automation
authored andcommitted
[Shadows] Remove __attribute__((fallthrough))
PiperOrigin-RevId: 368220450
1 parent 14a603f commit d5db065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Shadow/src/MDCShadowsCollection.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ - (MDCShadowsCollection *)build {
106106
return [UIColor colorWithDynamicProvider:^(UITraitCollection *traitCollection) {
107107
switch (traitCollection.userInterfaceStyle) {
108108
case UIUserInterfaceStyleUnspecified:
109-
__attribute__((fallthrough));
109+
/* FALLTHROUGH - TODO(b/185199658): Migrate to proper fallthrough logic */
110110
case UIUserInterfaceStyleLight:
111111
return LightStyleShadowColor();
112112
case UIUserInterfaceStyleDark:

0 commit comments

Comments
 (0)