ICU-2000 Fixed some compiler warnings

X-SVN-Rev: 10789
This commit is contained in:
George Rhoten 2002-12-27 17:18:21 +00:00
parent 7e085f3725
commit fafee26d46

View file

@ -1957,7 +1957,7 @@ uint32_t TestCollator::getVariableTop(UErrorCode &status) const
if (U_SUCCESS(status)) {
return 0;
}
return UINT32_MAX;
return (uint32_t)(0xFFFFFFFFu);
}
Collator* TestCollator::safeClone(void)