ICU-900 Fix some compiler warnings.

X-SVN-Rev: 9097
This commit is contained in:
George Rhoten 2002-07-11 17:15:08 +00:00
parent a1c1e656f0
commit accd23770e

View File

@ -735,7 +735,7 @@ u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *p
const UChar *s;
int32_t length;
s=extraData+aux;
s=(const UChar *)(extraData+aux);
if(*s<0xff00) {
/* s points to the single-unit string */
length=1;