ICU-726 fix warnings

X-SVN-Rev: 6242
This commit is contained in:
Markus Scherer 2001-10-15 21:44:27 +00:00
parent 64bad2e207
commit 2aac7e7bf6

View File

@ -714,6 +714,8 @@ U_CFUNC UChar32 T_UConverter_getNextUChar_UTF8(UConverterToUnicodeArgs *args,
extraBytesToWrite = (uint16_t)bytesFromUTF8[myByte];
if (extraBytesToWrite == 0) {
isLegalSequence = FALSE;
ch = 0;
goto CALL_ERROR_FUNCTION;
}