ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5148
This commit is contained in:
parent
f378236420
commit
c4cc4f56ea
@ -2619,7 +2619,7 @@ static void TestBocsuCoverage() {
|
||||
static void TestVariableTopSetting() {
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
const UChar *current = NULL;
|
||||
uint32_t varTopOriginal = -1, varTop1, varTop2;
|
||||
uint32_t varTopOriginal = 0, varTop1, varTop2;
|
||||
UCollator *coll = ucol_open("", &status);
|
||||
|
||||
uint32_t strength = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user