ICU-4288 Fix some compiler warnings.

X-SVN-Rev: 17836
This commit is contained in:
George Rhoten 2005-06-09 00:01:42 +00:00
parent 93af1c7792
commit 1d6892954a

View File

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