From 1420303e6c6477fdebf847bb83a8233e686f4263 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 22 Sep 2003 16:12:44 +0000 Subject: [PATCH] ICU-3222 Fix a compiler warning X-SVN-Rev: 13158 --- icu4c/source/test/cintltst/custrtrn.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/cintltst/custrtrn.c b/icu4c/source/test/cintltst/custrtrn.c index 2d77e0a3101..6e67cba3e82 100644 --- a/icu4c/source/test/cintltst/custrtrn.c +++ b/icu4c/source/test/cintltst/custrtrn.c @@ -650,7 +650,7 @@ static void Test_UChar_WCHART_API(void){ } } -void Test_widestrs() +static void Test_widestrs() { wchar_t ws[100]; UChar rts[100]; @@ -687,7 +687,8 @@ void Test_widestrs() log_err("u_strFromWCS: wcs = %S, wl = %d,rts = %s, rtl = %d!\n", wcs, wl, u_austrcpy(astr, rts), rtl); } } -void + +static void Test_WCHART_LongString(){ UErrorCode status = U_ZERO_ERROR; const char* testdatapath=loadTestData(&status);