mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 9215
This commit is contained in:
parent
c50473aa5d
commit
f26a626862
1 changed files with 2 additions and 0 deletions
|
@ -193,6 +193,8 @@ ucnv_copyPlatformString(char *platformString, UConverterPlatform pltfrm)
|
|||
case UCNV_IBM:
|
||||
uprv_strcpy(platformString, "ibm-");
|
||||
return 4;
|
||||
case UCNV_UNKNOWN:
|
||||
break;
|
||||
};
|
||||
|
||||
/* default to empty string */
|
||||
|
|
Loading…
Add table
Reference in a new issue