mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3222 Fix a compiler warning
X-SVN-Rev: 13158
This commit is contained in:
parent
845e5ab92c
commit
1420303e6c
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue