ICU-535 fixed Solaris warnings in new safeClone test

X-SVN-Rev: 3718
This commit is contained in:
Jim Snyder Grant 2001-02-22 00:24:57 +00:00
parent c9e41549a0
commit 4f8f138da2

View File

@ -48,7 +48,7 @@ static void TestBreakIteratorCAPI()
UBreakIterator * someClonedIterators [CLONETEST_ITERATOR_COUNT];
UBreakIterator * brk;
uint8_t buffer [CLONETEST_ITERATOR_COUNT] [U_BRK_SAFECLONE_BUFFERSIZE];
uint32_t bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
int32_t bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
u_uastrcpy(text, "He's from Africa. ""Mr. Livingston, I presume?"" Yeah");
status = U_ZERO_ERROR;