mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-8909 other warning fixes
X-SVN-Rev: 30904
This commit is contained in:
parent
99937057c0
commit
92dbea5581
2 changed files with 2 additions and 4 deletions
|
@ -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];
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue