mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 20670
This commit is contained in:
parent
3cdf9adc40
commit
46cd2a0d94
1 changed files with 5 additions and 3 deletions
|
@ -1381,11 +1381,13 @@ U_CAPI const UChar* U_EXPORT2 ures_getStringByIndex(const UResourceBundle *resB,
|
|||
}
|
||||
return ures_getStringWithAlias(resB, r, indexS, len, status);
|
||||
case URES_ALIAS:
|
||||
return ures_getStringWithAlias(resB, resB->fRes, indexS, len, status);
|
||||
return ures_getStringWithAlias(resB, resB->fRes, indexS, len, status);
|
||||
|
||||
/*case URES_INT_VECTOR:*/
|
||||
/*default:*/
|
||||
/*return;*/
|
||||
default:
|
||||
/* Fall through. This should probably return a resource mismatch error */
|
||||
break;
|
||||
/*return;*/
|
||||
}
|
||||
} else {
|
||||
*status = U_MISSING_RESOURCE_ERROR;
|
||||
|
|
Loading…
Add table
Reference in a new issue