ICU-4707 Fix some compiler warnings.

X-SVN-Rev: 20164
This commit is contained in:
George Rhoten 2006-08-25 17:41:23 +00:00
parent 331a0bd518
commit cff652fc45

View file

@ -1109,7 +1109,7 @@ UConverter_toUnicode_ISCII_OFFSETS_LOGIC(UConverterToUnicodeArgs *args,
data->currentDeltaToUnicode =
(uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA);
data->currentMaskToUnicode =
lookupTable[sourceChar & 0x0F][1] ;
(MaskEnum)lookupTable[sourceChar & 0x0F][1] ;
}
else if(sourceChar==DEF){
/* switch back to default */