mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 14309
This commit is contained in:
parent
b9072652ab
commit
fb11ca2159
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Reference in a new issue