ICU-726 fix warnings
X-SVN-Rev: 6242
This commit is contained in:
parent
64bad2e207
commit
2aac7e7bf6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user