ICU-11313 Remove compiler warnings from ICU C++ build.
X-SVN-Rev: 36859
This commit is contained in:
parent
f08f07dbbc
commit
25e6c69308
@ -201,7 +201,7 @@ UnicodeString &ScientificNumberFormatter::MarkupStyle::format(
|
||||
const UnicodeString &original,
|
||||
FieldPositionIterator &fpi,
|
||||
const UnicodeString &preExponent,
|
||||
const DecimalFormatStaticSets &decimalFormatSets,
|
||||
const DecimalFormatStaticSets & /*unusedDecimalFormatSets*/,
|
||||
UnicodeString &appendTo,
|
||||
UErrorCode &status) const {
|
||||
if (U_FAILURE(status)) {
|
||||
|
@ -1827,7 +1827,6 @@ void LocaleTest::_checklocs(const char* label,
|
||||
|
||||
void LocaleTest::TestGetLocale(void) {
|
||||
#if !UCONFIG_NO_SERVICE
|
||||
UErrorCode ec = U_ZERO_ERROR;
|
||||
const char *req;
|
||||
Locale valid, actual, reqLoc;
|
||||
|
||||
|
@ -234,7 +234,6 @@ void SimplePatternFormatterTest::TestBadArguments() {
|
||||
SimplePatternFormatter fmt("pickle");
|
||||
UnicodeString appendTo;
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
int32_t offsets[1];
|
||||
|
||||
// These succeed
|
||||
fmt.formatAndAppend(
|
||||
|
Loading…
Reference in New Issue
Block a user