ICU-900 Fixed some compiler warnings.

X-SVN-Rev: 4335
This commit is contained in:
George Rhoten 2001-03-26 23:27:49 +00:00
parent 0e7994ff51
commit 0b1da35b77

View File

@ -557,12 +557,8 @@ void CollationRegressionTest::Test4078588(/* char *par */)
if (result != Collator::LESS)
{
UnicodeString msg;
msg += (UnicodeString)"Compare(a,bb) returned " + result;
msg += "; expected -1";
errln(msg);
errln((UnicodeString)"Compare(a,bb) returned " + (int)result
+ (UnicodeString)"; expected -1");
}
delete rbc;