ICU-3944 fix compiler warnings

X-SVN-Rev: 17869
This commit is contained in:
Andy Heninger 2005-06-13 15:06:10 +00:00
parent 0560bbd46b
commit 2bedf569e7
2 changed files with 1 additions and 3 deletions

View File

@ -1211,7 +1211,7 @@ enum {
0, /* start */ \
0, /* limit */ \
FALSE, /* nonUTF16idx */ \
FALSE, /* padding */ \
FALSE, FALSE, FALSE, /* padding1,2,3 */ \
sizeof(UTextChunk) \
}

View File

@ -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)) {