mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 19:25:49 +00:00
ICU-807
Fixed some Linux compiler warning X-SVN-Rev: 4115
This commit is contained in:
parent
c85445c39b
commit
8939476885
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ inline int32_t CollationElementIterator::tertiaryOrder(int32_t order)
|
|||
|
||||
inline int32_t CollationElementIterator::getMaxExpansion(int32_t order) const
|
||||
{
|
||||
return ucol_getMaxExpansion(m_data_, order);
|
||||
return ucol_getMaxExpansion(m_data_, (uint32_t)order);
|
||||
}
|
||||
|
||||
inline UBool CollationElementIterator::isIgnorable(int32_t order)
|
||||
|
|
Loading…
Add table
Reference in a new issue