ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4383
This commit is contained in:
parent
f41f1ac2dc
commit
820439d10a
@ -266,7 +266,7 @@ void MessageFormatRegressionTest::Test4052223()
|
||||
UnicodeString str("There is one apple growing on the peach tree.");
|
||||
|
||||
int32_t count = 0;
|
||||
Formattable *objs = fmt->parse(str, pos, count);
|
||||
fmt->parse(str, pos, count);
|
||||
|
||||
logln(UnicodeString("unparsable string , should fail at ") + pos.getErrorIndex());
|
||||
if (pos.getErrorIndex() == -1)
|
||||
|
@ -346,7 +346,7 @@ ResourceBundleTest::testTag(const char* frag,
|
||||
UBool in_te,
|
||||
UBool in_te_IN)
|
||||
{
|
||||
UBool failOrig = fail;
|
||||
int32_t failOrig = fail;
|
||||
|
||||
// Make array from input params
|
||||
|
||||
|
@ -495,7 +495,7 @@ NewResourceBundleTest::testTag(const char* frag,
|
||||
UBool in_te,
|
||||
UBool in_te_IN)
|
||||
{
|
||||
UBool failOrig = fail;
|
||||
int32_t failOrig = fail;
|
||||
|
||||
// Make array from input params
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user