mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 18109
This commit is contained in:
parent
cdccbad7a5
commit
80b986d13d
2 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
|
@ -3161,6 +3161,7 @@ caseFoldingLineFn(void *context,
|
|||
which=CF_TURKIC;
|
||||
break;
|
||||
default:
|
||||
which=0;
|
||||
break; /* won't happen because of test above */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue