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

Issue 1158933005: Remove unnecessary clang flags for ICU (Closed)

Created:
5 years, 7 months ago by jungshik at Google
Modified:
5 years, 6 months ago
Reviewers:
Nico, brettw
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/deps/icu.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Remove unnecessary clang flags for ICU 1. -Wno-return-type-c-linkage - became unnecessary with ICU bug 9504 fixed 3 years ago. - remove from both BUILD.gn and icu.gyp 2. -Wnoheader-hygine - became unnecessary a long time ago. - remove from BUILD.gn (icu.gyp does not have it) 3. -Wstring-conversion and -Wheader-hygine - add to BUILD.gn by NOT excluding clang:extra_warnings BUG=114660 TEST=Build icuuc/icui18n targets (both gyp and GN) after regenerating build files. R=brettw@chromium.org, thakis@chromium.org Committed: https://chromium.googlesource.com/chromium/deps/icu/+/dbed54da22de6f31a38b67672efc5e3db31feb0e

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -15 lines) Patch
M BUILD.gn View 1 chunk +0 lines, -13 lines 2 comments Download
M icu.gyp View 1 chunk +0 lines, -2 lines 2 comments Download

Messages

Total messages: 8 (1 generated)
jungshik at Google
PTAL. Thanks
5 years, 7 months ago (2015-05-28 00:07:58 UTC) #2
Nico
lgtm if it builds https://codereview.chromium.org/1158933005/diff/1/BUILD.gn File BUILD.gn (left): https://codereview.chromium.org/1158933005/diff/1/BUILD.gn#oldcode297 BUILD.gn:297: configs -= [ "//build/config/clang:extra_warnings" ] ...
5 years, 6 months ago (2015-05-28 02:33:52 UTC) #3
jungshik at Google
Thanks, Nico. https://codereview.chromium.org/1158933005/diff/1/BUILD.gn File BUILD.gn (left): https://codereview.chromium.org/1158933005/diff/1/BUILD.gn#oldcode297 BUILD.gn:297: configs -= [ "//build/config/clang:extra_warnings" ] On 2015/05/28 ...
5 years, 6 months ago (2015-05-28 18:07:13 UTC) #4
jungshik at Google
https://codereview.chromium.org/1158933005/diff/1/icu.gyp File icu.gyp (right): https://codereview.chromium.org/1158933005/diff/1/icu.gyp#newcode200 icu.gyp:200: '-Wno-tautological-compare', On 2015/05/28 02:33:52, Nico wrote: > Since the ...
5 years, 6 months ago (2015-05-28 18:10:19 UTC) #5
Nico
Ah, ok. lgtm!
5 years, 6 months ago (2015-05-28 18:26:58 UTC) #6
brettw
rubberstamp lgtm
5 years, 6 months ago (2015-05-29 20:10:35 UTC) #7
jungshik at Google
5 years, 6 months ago (2015-06-01 20:57:11 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
dbed54da22de6f31a38b67672efc5e3db31feb0e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698