DescriptionMake 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 #
Messages
Total messages: 4 (0 generated)
|