Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Issue 507153002: Make ICU C++ 11 compliant on Windows (Closed)

Created:
6 years, 3 months ago by jungshik at Google
Modified:
6 years, 3 months ago
Reviewers:
Nico
CC:
chromium-reviews
Visibility:
Public.

Description

Make ICU C++ 11 compliant on Windows i18n/winmfmt.* has a few warnings emitted when compiled with clang on Windows due to the following issue: ISO C++11 does not allow conversion from string literal to 'wchar_t *' [-Wwritable-strings] This CL from thakis@ takes care of it. An upstream bug was filed : http://bugs.icu-project.org/trac/ticket/11102 BUG=82385 TEST=Build on Windows with clang and the above warning is not emitted while building ICU. R=thakis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291660

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -2 lines) Patch
M README.chromium View 1 chunk +4 lines, -0 lines 0 comments Download
A patches/clang_win.patch View 1 chunk +26 lines, -0 lines 0 comments Download
M source/i18n/winnmfmt.h View 1 chunk +1 line, -1 line 0 comments Download
M source/i18n/winnmfmt.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
jungshik at Google
jshin@chromium.org changed reviewers: + thakis@chromium.org
6 years, 3 months ago (2014-08-26 22:24:25 UTC) #1
jungshik at Google
6 years, 3 months ago (2014-08-26 22:24:25 UTC) #2
Nico
lgtm, thanks!
6 years, 3 months ago (2014-08-26 22:30:26 UTC) #3
jungshik at Google
6 years, 3 months ago (2014-08-26 22:44:35 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r291660 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698