mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-9457 Fix some compiler warnings.
X-SVN-Rev: 32101
This commit is contained in:
parent
da6c36d287
commit
3d3005cb8a
1 changed files with 3 additions and 2 deletions
|
@ -6653,6 +6653,7 @@ static void TestImportRulesDeWithPhonebook(void)
|
|||
doTestOneTestCase(importTests, LEN(importTests), importRules, LEN(importRules));
|
||||
}
|
||||
|
||||
#if 0
|
||||
static void TestImportRulesFiWithEor(void)
|
||||
{
|
||||
/* DUCET. */
|
||||
|
@ -6719,6 +6720,7 @@ static void TestImportRulesFiWithEor(void)
|
|||
/* doTestOneTestCase(fiEorTests, LEN(fiEorTests), fiEorRules, LEN(fiEorRules)); */
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
/*
|
||||
|
@ -7157,8 +7159,7 @@ void addMiscCollTest(TestNode** root)
|
|||
TEST(TestHaniReorderWithOtherRules);
|
||||
TEST(TestMultipleReorder);
|
||||
TEST(TestReorderingAcrossCloning);
|
||||
/* test for ticket 8814 - disabled until resolved */
|
||||
/*TEST(TestReorderWithNumericCollation);*/
|
||||
TEST(TestReorderWithNumericCollation);
|
||||
|
||||
TEST(TestCaseLevelBufferOverflow);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue