X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/249c4c5ea9376c24572daf9c2effa7484a282f14..3d1f044b704633e2e541231cd17ae9ecf9ad5c7a:/icuSources/test/iotest/filetst.c diff --git a/icuSources/test/iotest/filetst.c b/icuSources/test/iotest/filetst.c index 12646e6e..1c667e17 100644 --- a/icuSources/test/iotest/filetst.c +++ b/icuSources/test/iotest/filetst.c @@ -731,7 +731,7 @@ static void TestfgetsNewLineHandling(void) { static void TestLineCount(const char *prefixLine, const char *line, int32_t numRepititions) { UChar buffer[64]; UChar expectedBuffer[64]; - int32_t lineLen = strlen(line); + int32_t lineLen = (int32_t)strlen(line); UChar *returnedUCharBuffer; int32_t repetitions; UFILE *myFile = NULL;