ICU-2699 Fix some compiler warnings

X-SVN-Rev: 11899
This commit is contained in:
George Rhoten 2003-05-12 22:54:59 +00:00
parent b61090ec34
commit 405082ca35

View File

@ -1200,7 +1200,7 @@ ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv,
*/
ucnv_fromUnicode(targetCnv,
target, targetLimit,
pivotSource, *pivotTarget,
(const UChar **)pivotSource, *pivotTarget,
NULL,
(UBool)(flush && *source==sourceLimit),
pErrorCode);