mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5544
This commit is contained in:
parent
b982ffbb26
commit
5daab873eb
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ public:
|
|||
FieldPosition&) const
|
||||
{ return foo.remove(); }
|
||||
|
||||
virtual void applyPattern(const UnicodeString&, UParseError& parseError, UErrorCode& status){
|
||||
virtual void applyPattern(const UnicodeString&, UParseError&, UErrorCode&){
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue