ICU-8909 other warning fixes

X-SVN-Rev: 30904
This commit is contained in:
Steven R. Loomis 2011-11-02 22:54:27 +00:00
parent 99937057c0
commit 92dbea5581
2 changed files with 2 additions and 4 deletions

View file

@ -667,9 +667,7 @@ static void uplug_loadWaitingPlugs(UErrorCode *status) {
pluginToLoad->awaitingLoad = FALSE;
}
}
}
currentLevel = uplug_getCurrentLevel();
}
for(i=0;i<pluginCount;i++) {
UErrorCode subStatus = U_ZERO_ERROR;
UPlugData *pluginToLoad = &pluginList[i];

View file

@ -1003,7 +1003,7 @@ uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status)
uint32_t low = 0;
uint32_t high = gLocaleCount;
uint32_t mid = high;
uint32_t mid;
uint32_t oldmid = 0;
int32_t compVal;