ICU-3222 Fix some compiler warnings.

X-SVN-Rev: 14309
This commit is contained in:
George Rhoten 2004-01-13 00:12:10 +00:00
parent b9072652ab
commit fb11ca2159

View file

@ -707,7 +707,7 @@ uloc_getCountry(const char* localeID,
return u_terminateChars(country, countryCapacity, i, err);
}
U_CFUNC const char *
static const char *
locale_getKeywordsStart(const char *localeID) {
const char *result = NULL;
const uint8_t ebcdicSigns[] = { 0x44, 0x66, 0x80, 0xAC, 0xAE, 0xAF, 0xB5, 0xEC, 0xEF, 0x00 };