mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 17:56:54 +00:00
ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17836
This commit is contained in:
parent
93af1c7792
commit
1d6892954a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue