ICU-900 Fixed some compiler warnings

X-SVN-Rev: 4557
This commit is contained in:
George Rhoten 2001-04-25 21:11:53 +00:00
parent ffdab033d1
commit 11ca7472ca

View File

@ -676,8 +676,8 @@ static void TestSmallBuffer()
UCollator *coll;
UCollationElements *testiter,
*iter;
int count = 0;
uint32_t *testorders,
int32_t count = 0;
int32_t *testorders,
*orders;
UChar teststr[500];