ICU-4707 Fix some compiler warnings.

X-SVN-Rev: 19444
This commit is contained in:
George Rhoten 2006-03-26 00:18:23 +00:00
parent ebaf1da5a8
commit 81b211ef90
2 changed files with 0 additions and 4 deletions

View file

@ -2528,7 +2528,6 @@ static void TestULocale() {
static void TestUResourceBundle() {
const char* us1;
const char* us2;
int32_t length = 0;
UResourceBundle* rb1 = NULL;
UResourceBundle* rb2 = NULL;

View file

@ -61,9 +61,6 @@ static void TestDisplayNames(void);
**/
static void TestVariantParsing(void);
/* Make sure we can pass "de_DE@Collation=PHONEBOOK" */
static void MoreVariants(void);
/* Test getting keyword enumeratin */
static void TestKeywordVariants(void);