ICU-2000 Fixed some compiler warnings

X-SVN-Rev: 10788
This commit is contained in:
George Rhoten 2002-12-26 20:16:33 +00:00
parent 561b622c60
commit 7e085f3725

View File

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