ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19543
This commit is contained in:
parent
8927afbf4b
commit
a0a2635fdc
@ -203,16 +203,16 @@ expect(enum ETokenType expectedToken, struct UString **tokenValue, struct UStrin
|
||||
|
||||
enum ETokenType token = getToken(tokenValue, comment, &line, status);
|
||||
|
||||
if (U_FAILURE(*status))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (linenumber != NULL)
|
||||
{
|
||||
*linenumber = line;
|
||||
}
|
||||
|
||||
if (U_FAILURE(*status))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (token != expectedToken)
|
||||
{
|
||||
*status = U_INVALID_FORMAT_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user