]> granicus.if.org Git - icu/commitdiff
ICU-12129 fix C4138 warning from MSVC
authorJungshik Shin <jshin@chromium.org>
Thu, 25 Feb 2016 01:49:48 +0000 (01:49 +0000)
committerJungshik Shin <jshin@chromium.org>
Thu, 25 Feb 2016 01:49:48 +0000 (01:49 +0000)
X-SVN-Rev: 38362

icu4c/source/i18n/dtfmtsym.cpp

index d8632203f7ec4a1d8e0fcc3c3f29bcbcccbce214..ba709ee76e9046f9f8c9d0e8920f764b5eb05036 100644 (file)
@@ -166,7 +166,7 @@ SharedDateFormatSymbols::~SharedDateFormatSymbols() {
 template<> U_I18N_API
 const SharedDateFormatSymbols *
         LocaleCacheKey<SharedDateFormatSymbols>::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)) {