mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-535 fixed Solaris warnings in new safeClone test
X-SVN-Rev: 3716
This commit is contained in:
parent
5659f01e6f
commit
77b421c4dd
1 changed files with 1 additions and 1 deletions
|
@ -1145,7 +1145,7 @@ static void TestConvertSafeClone()
|
|||
UConverter * cnv;
|
||||
UErrorCode err = U_ZERO_ERROR;
|
||||
uint8_t buffer [CLONETEST_CONVERTER_COUNT] [U_CNV_SAFECLONE_BUFFERSIZE];
|
||||
uint32_t bufferSize = U_CNV_SAFECLONE_BUFFERSIZE;
|
||||
int32_t bufferSize = U_CNV_SAFECLONE_BUFFERSIZE;
|
||||
|
||||
/* one 'regular' & all the 'private stateful' converters */
|
||||
someConverters[0] = ucnv_open("ibm-1047", &err);
|
||||
|
|
Loading…
Add table
Reference in a new issue