mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17570
This commit is contained in:
parent
b41d4c12c5
commit
99d4a41bb4
1 changed files with 1 additions and 1 deletions
|
@ -3178,7 +3178,7 @@ TestCaseFolding() {
|
|||
char *fields[3][2];
|
||||
UErrorCode errorCode;
|
||||
|
||||
static char *lastLine="10FFFF; C; 10FFFF;";
|
||||
static char *lastLine= (char *)"10FFFF; C; 10FFFF;";
|
||||
|
||||
errorCode=U_ZERO_ERROR;
|
||||
/* test BMP & plane 1 - nothing interesting above */
|
||||
|
|
Loading…
Add table
Reference in a new issue