From f7de66ef4ed447bbbe674b40b63879a2f7f5e042 Mon Sep 17 00:00:00 2001 From: Jungshik Shin Date: Thu, 25 Feb 2016 01:49:48 +0000 Subject: [PATCH] ICU-12129 fix C4138 warning from MSVC X-SVN-Rev: 38362 --- icu4c/source/i18n/dtfmtsym.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/dtfmtsym.cpp b/icu4c/source/i18n/dtfmtsym.cpp index d8632203f7e..ba709ee76e9 100644 --- a/icu4c/source/i18n/dtfmtsym.cpp +++ b/icu4c/source/i18n/dtfmtsym.cpp @@ -166,7 +166,7 @@ SharedDateFormatSymbols::~SharedDateFormatSymbols() { template<> U_I18N_API const SharedDateFormatSymbols * LocaleCacheKey::createObject( - const void */*unusedContext*/, UErrorCode &status) const { + const void * /*unusedContext*/, UErrorCode &status) const { char type[256]; Calendar::getCalendarTypeFromLocale(fLoc, type, UPRV_LENGTHOF(type), status); if (U_FAILURE(status)) { -- 2.40.0