ICU-3500 Fix some compiler warnings

X-SVN-Rev: 15886
This commit is contained in:
George Rhoten 2004-06-15 22:59:27 +00:00
parent 0ef238fe60
commit 8fe130dfa7

View file

@ -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;
}