ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17836
This commit is contained in:
parent
93af1c7792
commit
1d6892954a
@ -209,7 +209,7 @@ struct ExtendedUText: public UText {
|
||||
void *extension;
|
||||
};
|
||||
|
||||
static const UText emptyText = UTEXT_INITIALIZER;
|
||||
static const UText emptyText = UTEXT_INITIALIZER
|
||||
|
||||
U_DRAFT UText * U_EXPORT2
|
||||
utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) {
|
||||
@ -1257,7 +1257,7 @@ unistrTextCopy(UText *t,
|
||||
if(chunk!=NULL && oldBuffer!=us->getBuffer()) {
|
||||
chunk->contents=NULL;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
U_CDECL_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user