ICU-8909 warning cleanup

X-SVN-Rev: 30878
This commit is contained in:
Steven R. Loomis 2011-10-27 23:29:16 +00:00
parent 1ff6e9f8bc
commit e123428b32

View File

@ -160,7 +160,7 @@ void serialize(FILE *f, const UChar *c, int l)
* @param iter collation element iterator
*/
void serialize(FILE *f, UCollationElements *iter) {
UChar *codepoint = iter->iteratordata_.string;
const UChar *codepoint = iter->iteratordata_.string;
// unlikely that sortkeys will be over this size
uint8_t sortkey[64];
uint8_t *psortkey = sortkey;