From fb11ca21598282ed0d972423ab8ef58b7193a709 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 13 Jan 2004 00:12:10 +0000 Subject: [PATCH] ICU-3222 Fix some compiler warnings. X-SVN-Rev: 14309 --- icu4c/source/common/uloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/uloc.c b/icu4c/source/common/uloc.c index 4b49981738d..c29b38b245f 100644 --- a/icu4c/source/common/uloc.c +++ b/icu4c/source/common/uloc.c @@ -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 };