ICU-3944 fix compiler warnings
X-SVN-Rev: 17869
This commit is contained in:
parent
0560bbd46b
commit
2bedf569e7
@ -1211,7 +1211,7 @@ enum {
|
||||
0, /* start */ \
|
||||
0, /* limit */ \
|
||||
FALSE, /* nonUTF16idx */ \
|
||||
FALSE, /* padding */ \
|
||||
FALSE, FALSE, FALSE, /* padding1,2,3 */ \
|
||||
sizeof(UTextChunk) \
|
||||
}
|
||||
|
||||
|
@ -1360,7 +1360,6 @@ unistrTextReplace(UText *t,
|
||||
const UChar *src, int32_t length,
|
||||
UErrorCode *pErrorCode) {
|
||||
UnicodeString *us=(UnicodeString *)t->context;
|
||||
const UChar *oldBuffer = NULL;
|
||||
int32_t oldLength;
|
||||
|
||||
if(U_FAILURE(*pErrorCode)) {
|
||||
@ -1389,7 +1388,6 @@ unistrTextCopy(UText *t,
|
||||
UBool move,
|
||||
UErrorCode *pErrorCode) {
|
||||
UnicodeString *us=(UnicodeString *)t->context;
|
||||
const UChar *oldBuffer = NULL;
|
||||
int32_t length=us->length();
|
||||
|
||||
if(U_FAILURE(*pErrorCode)) {
|
||||
|
Loading…
Reference in New Issue
Block a user