ICU-900 Fix a compiler warning

X-SVN-Rev: 9505
This commit is contained in:
George Rhoten 2002-08-01 02:35:56 +00:00
parent 8c00a8605c
commit 4ccd96dd57

View File

@ -1261,7 +1261,7 @@ static void TestConvertSafeCloneCallback()
TSCCContext from1, to1;
TSCCContext *from2, *from3, *to2, *to3;
char hunk[8192];
uint32_t hunkSize = 8192;
int32_t hunkSize = 8192;
UConverterFromUCallback junkFrom;
UConverterToUCallback junkTo;
UConverter *conv1, *conv2 = NULL;