ICU-5445 Fix some compiler warnings.

X-SVN-Rev: 21616
This commit is contained in:
George Rhoten 2007-06-01 07:21:01 +00:00
parent 7a5c36dff1
commit d3a10484b3

View File

@ -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];