ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21616
This commit is contained in:
parent
7a5c36dff1
commit
d3a10484b3
@ -240,7 +240,7 @@ ICULanguageBreakFactory::loadEngineFor(UChar32 c, int32_t breakType) {
|
||||
}
|
||||
|
||||
const CompactTrieDictionary *
|
||||
ICULanguageBreakFactory::loadDictionaryFor(UScriptCode script, int32_t breakType) {
|
||||
ICULanguageBreakFactory::loadDictionaryFor(UScriptCode script, int32_t /*breakType*/) {
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
// Open root from brkitr tree.
|
||||
char dictnbuff[256];
|
||||
|
Loading…
Reference in New Issue
Block a user