You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are these fallthroughs intentional? If so, can we mark them with __attribute__((fallthrough)) so that -Wimplicit-fallthrough will pass with them. If not, can we add break to fix the bug(s)?