mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19543
This commit is contained in:
parent
8927afbf4b
commit
a0a2635fdc
1 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue