mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-813 remove warning
X-SVN-Rev: 13558
This commit is contained in:
parent
fbcedaebe2
commit
ec61a9f587
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ IntlTestNumberFormat::tryIt(double aNumber)
|
|||
if (number[i].getType() == Formattable::kLong)
|
||||
number[i].setDouble(number[i].getLong());
|
||||
else if (number[i].getType() == Formattable::kInt64)
|
||||
number[i].setDouble(number[i].getInt64());
|
||||
number[i].setDouble((double)number[i].getInt64());
|
||||
else if (number[i].getType() != Formattable::kDouble)
|
||||
{
|
||||
errMsg = ("**** FAIL: Parse of " + prettify(string[i-1])
|
||||
|
|
Loading…
Add table
Reference in a new issue