mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19444
This commit is contained in:
parent
ebaf1da5a8
commit
81b211ef90
2 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue