ICU-535 Fixed some compiler warnings
X-SVN-Rev: 3614
This commit is contained in:
parent
16b8a6e0fb
commit
8e949b4dd0
@ -644,4 +644,4 @@ VectorOfInt* CollationElementIterator::makeReorderedBuffer(UChar colFirst,
|
||||
|
||||
return result;
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
@ -48,8 +48,8 @@ CollationKey::CollationKey()
|
||||
|
||||
// Adopt bytes allocated with malloc
|
||||
CollationKey::CollationKey(int32_t count, uint8_t *values)
|
||||
: fBogus(FALSE), fBytes(values), fCount(count), fCapacity(count),
|
||||
fHashCode(kInvalidHashCode)
|
||||
: fBogus(FALSE), fCount(count), fCapacity(count),
|
||||
fHashCode(kInvalidHashCode), fBytes(values)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user