ICU-900 Fixed some compiler warnings.

X-SVN-Rev: 4383
This commit is contained in:
George Rhoten 2001-03-28 18:35:11 +00:00
parent f41f1ac2dc
commit 820439d10a
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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

View File

@ -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