ICU-3222 Fix some compiler warnings
X-SVN-Rev: 13993
This commit is contained in:
parent
5ddb5826fc
commit
257637d600
@ -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…
Reference in New Issue
Block a user