From 132ad760aea4625d51f562aadb043c575b1ada03 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Thu, 2 Jun 2005 00:16:28 +0000 Subject: [PATCH] ICU-3944 fix compiler warnings X-SVN-Rev: 17774 --- icu4c/source/common/utext.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/icu4c/source/common/utext.cpp b/icu4c/source/common/utext.cpp index ef2e7e9bae3..b5a2bbfcd6d 100644 --- a/icu4c/source/common/utext.cpp +++ b/icu4c/source/common/utext.cpp @@ -1095,6 +1095,8 @@ U_CDECL_END // //------------------------------------------------------------------------------ +U_CDECL_BEGIN + /* * TODO: use a flag in UText to support readonly strings? * -> omit UTEXT_PROVIDER_WRITABLE @@ -1257,6 +1259,7 @@ unistrTextCopy(UText *t, } }; +U_CDECL_END U_DRAFT UText * U_EXPORT2