ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4395
This commit is contained in:
parent
0898de7ede
commit
90ad7d9744
@ -277,7 +277,9 @@ void CollationIteratorTest::TestMaxExpansion(/* char* par */)
|
||||
if (order == 0)
|
||||
order = iter->previous(status);
|
||||
|
||||
while (U_SUCCESS(status) && iter->previous(status) != UCOL_NULLORDER) {
|
||||
while (U_SUCCESS(status)
|
||||
&& iter->previous(status) != (int32_t)UCOL_NULLORDER)
|
||||
{
|
||||
count ++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user