ICU-2699 Fix some compiler warnings
X-SVN-Rev: 11899
This commit is contained in:
parent
b61090ec34
commit
405082ca35
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user