mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-157 added semicolon to make msvc happy; removed unused local
X-SVN-Rev: 314
This commit is contained in:
parent
3fad2edec9
commit
bbd3551fd9
1 changed files with 1 additions and 2 deletions
|
@ -293,7 +293,6 @@ UConverter* createConverterFromFile (const char *fileName, UErrorCode * err)
|
|||
int32_t myValuesCount = 0;
|
||||
int32_t myIndexCount = 0;
|
||||
UConverter *myConverter = NULL;
|
||||
int32_t myCheck;
|
||||
int8_t errorLevel = 0;
|
||||
|
||||
UDataMemory *data;
|
||||
|
@ -524,7 +523,7 @@ bool_t deleteSharedConverterData (UConverterSharedData * deadSharedData)
|
|||
};
|
||||
break;
|
||||
|
||||
default:
|
||||
default: ; // semicolon makes MSVC happy
|
||||
};
|
||||
|
||||
if(deadSharedData->dataMemory != NULL)
|
||||
|
|
Loading…
Add table
Reference in a new issue