Follow-up to r262881, which caused this to fire more often.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263138
91177308-0d34-0410-b5e6-
96231b3b80d8
"fallthrough annotation does not directly precede switch label">;
def warn_fallthrough_attr_unreachable : Warning<
"fallthrough annotation in unreachable code">,
- InGroup<ImplicitFallthrough>;
+ InGroup<ImplicitFallthrough>, DefaultIgnore;
def warn_unreachable_default : Warning<
"default label in switch which covers all enumeration values">,