ICU-4707 Fix some compiler warnings.

X-SVN-Rev: 19543
This commit is contained in:
George Rhoten 2006-04-14 15:41:51 +00:00
parent 8927afbf4b
commit a0a2635fdc

View File

@ -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;