mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15886
This commit is contained in:
parent
0ef238fe60
commit
8fe130dfa7
1 changed files with 1 additions and 1 deletions
|
@ -1148,7 +1148,7 @@ Locale::getLocaleCache(void)
|
|||
umtx_unlock(NULL);
|
||||
|
||||
if (needInit) {
|
||||
Locale *tLocaleCache = new Locale[eMAX_LOCALES];
|
||||
Locale *tLocaleCache = new Locale[(int)eMAX_LOCALES];
|
||||
if (tLocaleCache == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue