mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-5445 Fix some compiler warnings
X-SVN-Rev: 21136
This commit is contained in:
parent
a558657ad5
commit
21891079ba
1 changed files with 2 additions and 2 deletions
|
@ -1364,8 +1364,8 @@ openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) {
|
|||
// 4. Check that clone contents did not change.
|
||||
//
|
||||
void UTextTest::Ticket5560() {
|
||||
char *s1 = "ABCDEF";
|
||||
char *s2 = "123456";
|
||||
const char *s1 = "ABCDEF";
|
||||
const char *s2 = "123456";
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
|
||||
UText ut1 = UTEXT_INITIALIZER;
|
||||
|
|
Loading…
Add table
Reference in a new issue