ICU-535 fixed Solaris warnings in new safeClone test

X-SVN-Rev: 3716
This commit is contained in:
Jim Snyder Grant 2001-02-22 00:12:20 +00:00
parent 5659f01e6f
commit 77b421c4dd

View file

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