From ef87bd06d5b00eec2aa3b311a9f564e03fdaf747 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 14 Nov 2001 02:51:50 +0000 Subject: [PATCH] ICU-900 Fixed some compiler warnings. X-SVN-Rev: 6879 --- icu4c/source/i18n/dtfmtsym.cpp | 2 +- icu4c/source/test/cintltst/callcoll.c | 11 +++++------ icu4c/source/test/cintltst/cbiditst.c | 4 +++- icu4c/source/test/intltest/normconf.cpp | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/icu4c/source/i18n/dtfmtsym.cpp b/icu4c/source/i18n/dtfmtsym.cpp index aab2da72780..ceea42fba3f 100644 --- a/icu4c/source/i18n/dtfmtsym.cpp +++ b/icu4c/source/i18n/dtfmtsym.cpp @@ -481,7 +481,7 @@ void DateFormatSymbols::initField(UnicodeString **field, int32_t& length, const UChar *data, LastResortSize numStr, LastResortSize strLen, UErrorCode &status) { if (U_SUCCESS(status)) { length = numStr; - *field = new UnicodeString[numStr]; + *field = new UnicodeString[(size_t)numStr]; if (*field) { for(int32_t i = 0; i