mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 15:42:14 +00:00
ICU-2000 Fixed some compiler warnings
X-SVN-Rev: 10789
This commit is contained in:
parent
7e085f3725
commit
fafee26d46
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue