ICU-900 Fixed some compiler warnings.

X-SVN-Rev: 9215
This commit is contained in:
George Rhoten 2002-07-16 22:32:54 +00:00
parent c50473aa5d
commit f26a626862

View file

@ -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 */