ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4557
This commit is contained in:
parent
ffdab033d1
commit
11ca7472ca
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user