mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-900 Fixed some compiler warnings
X-SVN-Rev: 7025
This commit is contained in:
parent
fd45118f37
commit
7b86683351
1 changed files with 2 additions and 2 deletions
|
@ -424,7 +424,7 @@ public:
|
|||
ParsePosition& parsePosition,
|
||||
double baseValue,
|
||||
double upperBound,
|
||||
UBool lenientParse,
|
||||
UBool /*lenientParse*/,
|
||||
Formattable& result) const
|
||||
{
|
||||
// we don't have to do anything special to do the parsing here,
|
||||
|
@ -461,7 +461,7 @@ public:
|
|||
ParsePosition& /*parsePosition*/,
|
||||
double baseValue,
|
||||
double /*upperBound*/,
|
||||
UBool lenientParse,
|
||||
UBool /*lenientParse*/,
|
||||
Formattable& result) const
|
||||
{ result.setDouble(baseValue); return TRUE; }
|
||||
double composeRuleValue(double /*newRuleValue*/, double /*oldRuleValue*/) const { return 0.0; } // never called
|
||||
|
|
Loading…
Add table
Reference in a new issue