mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-3222 Fix some compiler warnings
X-SVN-Rev: 13993
This commit is contained in:
parent
5ddb5826fc
commit
257637d600
1 changed files with 2 additions and 2 deletions
|
@ -1093,7 +1093,7 @@ UBool TransliteratorParser::checkVariableRange(UChar32 ch) const {
|
|||
* Set the maximum backup to 'backup', in response to a pragma
|
||||
* statement.
|
||||
*/
|
||||
void TransliteratorParser::pragmaMaximumBackup(int32_t backup) {
|
||||
void TransliteratorParser::pragmaMaximumBackup(int32_t /*backup*/) {
|
||||
//TODO Finish
|
||||
}
|
||||
|
||||
|
@ -1101,7 +1101,7 @@ void TransliteratorParser::pragmaMaximumBackup(int32_t backup) {
|
|||
* Begin normalizing all rules using the given mode, in response
|
||||
* to a pragma statement.
|
||||
*/
|
||||
void TransliteratorParser::pragmaNormalizeRules(UNormalizationMode mode) {
|
||||
void TransliteratorParser::pragmaNormalizeRules(UNormalizationMode /*mode*/) {
|
||||
//TODO Finish
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue