From: George Rhoten Date: Fri, 3 Aug 2012 21:51:00 +0000 (+0000) Subject: ICU-9457 Fix some compiler warnings. X-Git-Tag: milestone-59-0-1~3693 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d3005cb8a38a33b1607c4dac6e0276cbb5584d7;p=icu ICU-9457 Fix some compiler warnings. X-SVN-Rev: 32101 --- diff --git a/icu4c/source/test/cintltst/cmsccoll.c b/icu4c/source/test/cintltst/cmsccoll.c index 8e8c1bc17cc..b5e3fc90df9 100644 --- a/icu4c/source/test/cintltst/cmsccoll.c +++ b/icu4c/source/test/cintltst/cmsccoll.c @@ -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); }