mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4669 Fix compiler warnings/errors
X-SVN-Rev: 19598
This commit is contained in:
parent
dacb74bf27
commit
37304eb354
1 changed files with 3 additions and 1 deletions
|
@ -2143,8 +2143,9 @@ utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status)
|
|||
// Null otherwise.
|
||||
//
|
||||
//------------------------------------------------------------------------------
|
||||
static int32_t CIBufSize = 16;
|
||||
#define CIBufSize 16
|
||||
|
||||
U_CDECL_BEGIN
|
||||
static void U_CALLCONV
|
||||
charIterTextClose(UText *ut) {
|
||||
// Most of the work of close is done by the generic UText framework close.
|
||||
|
@ -2296,6 +2297,7 @@ charIterTextExtract(UText *ut,
|
|||
}
|
||||
return desti;
|
||||
}
|
||||
U_CDECL_END
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue