mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 13908
This commit is contained in:
parent
18177bc8a7
commit
50993e262e
1 changed files with 0 additions and 1 deletions
|
@ -468,7 +468,6 @@ static void TestCurrencyPreEuro(void)
|
|||
log_verbose("\nTesting the number format with different currency patterns\n");
|
||||
for(i=0; i < 19; i++)
|
||||
{
|
||||
char cStr[20]={0};
|
||||
currencyFmt = unum_open(UNUM_CURRENCY, NULL,0,locale[i],NULL, &status);
|
||||
if(U_FAILURE(status)){
|
||||
log_err("Error in the construction of number format with style currency:\n%s\n",
|
||||
|
|
Loading…
Add table
Reference in a new issue