ICU-13461 Adding break statement to silence Clang -Wimplicit-fallthrough warning

X-SVN-Rev: 40733
This commit is contained in:
Shane Carr 2017-12-14 01:01:19 +00:00
parent 5c054df085
commit 3bbf68ff4e

View File

@ -70,6 +70,7 @@ int32_t AffixUtils::estimateLength(const CharSequence &patternString, UErrorCode
case STATE_FIRST_QUOTE:
case STATE_INSIDE_QUOTE:
status = U_ILLEGAL_ARGUMENT_ERROR;
break;
default:
break;
}