ICU-4288 Fix some compiler warnings.

X-SVN-Rev: 18109
This commit is contained in:
George Rhoten 2005-07-01 05:15:53 +00:00
parent cdccbad7a5
commit 80b986d13d
2 changed files with 1 additions and 1 deletions

View file

@ -2804,7 +2804,6 @@ static void TestFromUCountPending(){
{{ 0xdbc4, 0xde34, 0xd900},3,3},
};
int i;
UConverterFromUCallback *oldFromUAction= NULL;
UConverter* cnv = ucnv_openPackage(loadTestData(&status), "test3", &status);
if(U_FAILURE(status)){
log_err("Could not create converter for test3. Error: %s\n", u_errorName(status));

View file

@ -3161,6 +3161,7 @@ caseFoldingLineFn(void *context,
which=CF_TURKIC;
break;
default:
which=0;
break; /* won't happen because of test above */
}