ICU-535 fixed some compiler warnings

X-SVN-Rev: 2272
This commit is contained in:
George Rhoten 2000-08-15 23:24:07 +00:00
parent fcac2e42e2
commit ecb96b89d2
3 changed files with 3 additions and 3 deletions

View file

@ -112,4 +112,4 @@ void TestAPI(void)
log_err("FAIL: T_CString_strnicmp(\"abc\", \"\", 10) failed. Expected: 1, returned %d\n", intValue);
}
}
}

View file

@ -167,4 +167,4 @@ void TestMemoryStreamAPI(){
}
uprv_mstrm_close(memStream);
}
}

View file

@ -354,4 +354,4 @@ void TestUCMP32API(){
}
ucmp32_close(ucmp32Array);
}
}