ICU-900 Fixed some compiler warnings.

X-SVN-Rev: 5538
This commit is contained in:
George Rhoten 2001-08-18 00:31:46 +00:00
parent d579ef8203
commit 45d50edddf
3 changed files with 2 additions and 3 deletions

View File

@ -607,7 +607,7 @@ uint32_t uprv_uca_addContraction(tempUCATable *t, uint32_t CE,
uint32_t uprv_uca_processContraction(CntTable *contractions, UCAElements *element, uint32_t existingCE, UErrorCode *status) {
int32_t firstContractionOffset = 0;
int32_t contractionOffset = 0;
uint32_t contractionElement = UCOL_NOT_FOUND;
// uint32_t contractionElement = UCOL_NOT_FOUND;
if(U_FAILURE(*status)) {
return UCOL_NOT_FOUND;

View File

@ -1045,4 +1045,4 @@ UBool uhash_compareTokens(const UHashKey key1, const UHashKey key2) {
void deleteToken(void *token) {
UColToken *tok = (UColToken *)token;
uprv_free(tok);
}
}

View File

@ -503,7 +503,6 @@ u_vformatMessage( const char *locale,
{
UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status);
int32_t fieldPos=0;
int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status);
umsg_close(fmt);
return retVal;