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

Issue 2571433002: Suppress deprecation warnings in non-clang builds too (Closed)

Created:
4 years ago by tsniatowski
Modified:
4 years ago
Reviewers:
Nico
CC:
chromium-reviews, brucedawson
Target Ref:
refs/heads/master
Project:
icu
Visibility:
Public.

Description

Suppress deprecation warnings in non-clang builds too https://codereview.chromium.org/2504463002 added suppresion of deprecation warnings in an "if clang" block, but gcc also warns about these, as can be seen on Chrome-Android waterfall for example. Fix by moving the supression to an if linux||android block. BUG=21515 R=thakis@chromium.org Committed: https://chromium.googlesource.com/chromium/deps/icu/+/9cd2828740572ba6f694b9365236a8356fd06147

Patch Set 1 #

Total comments: 3

Patch Set 2 : don't break win-clang, remove cflag redundant with config #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -10 lines) Patch
M BUILD.gn View 1 3 chunks +6 lines, -10 lines 2 comments Download

Messages

Total messages: 19 (3 generated)
tsniatowski
4 years ago (2016-12-12 10:29:43 UTC) #1
Nico
https://codereview.chromium.org/250446300 says "no issue exists with that id"
4 years ago (2016-12-12 15:00:27 UTC) #3
Nico
https://codereview.chromium.org/2571433002/diff/1/BUILD.gn File BUILD.gn (left): https://codereview.chromium.org/2571433002/diff/1/BUILD.gn#oldcode87 BUILD.gn:87: "-Wno-deprecated-declarations", this breaks win/clang builds
4 years ago (2016-12-12 15:00:53 UTC) #4
tsniatowski
On 2016/12/12 15:00:27, Nico wrote: > https://codereview.chromium.org/250446300 says "no issue exists with that id" ugh, ...
4 years ago (2016-12-12 15:04:11 UTC) #5
tsniatowski
https://codereview.chromium.org/2571433002/diff/1/BUILD.gn File BUILD.gn (left): https://codereview.chromium.org/2571433002/diff/1/BUILD.gn#oldcode87 BUILD.gn:87: "-Wno-deprecated-declarations", On 2016/12/12 15:00:53, Nico wrote: > this breaks ...
4 years ago (2016-12-12 15:04:21 UTC) #6
Nico
https://codereview.chromium.org/2571433002/diff/1/BUILD.gn File BUILD.gn (left): https://codereview.chromium.org/2571433002/diff/1/BUILD.gn#oldcode87 BUILD.gn:87: "-Wno-deprecated-declarations", On 2016/12/12 15:04:21, tsniatowski wrote: > On 2016/12/12 ...
4 years ago (2016-12-12 15:09:05 UTC) #7
Nico
https://codereview.chromium.org/2571433002/diff/20001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/2571433002/diff/20001/BUILD.gn#newcode542 BUILD.gn:542: public_configs = [ ":icu_config" ] Uuuh this isn't good, ...
4 years ago (2016-12-12 15:10:13 UTC) #8
tsniatowski
https://codereview.chromium.org/2571433002/diff/20001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/2571433002/diff/20001/BUILD.gn#newcode542 BUILD.gn:542: public_configs = [ ":icu_config" ] On 2016/12/12 15:10:13, Nico ...
4 years ago (2016-12-12 15:14:50 UTC) #9
Nico
lgtm
4 years ago (2016-12-12 15:29:15 UTC) #10
tsniatowski
On 2016/12/12 15:29:15, Nico wrote: > lgtm Thanks. Can you land this? (I don't have ...
4 years ago (2016-12-12 15:30:19 UTC) #11
Nico
Just hit the "commit" checkbox. On Mon, Dec 12, 2016 at 10:30 AM, <tsniatowski@opera.com> wrote: ...
4 years ago (2016-12-12 15:30:38 UTC) #12
tsniatowski
On 2016/12/12 15:30:38, Nico wrote: > Just hit the "commit" checkbox. I can see no ...
4 years ago (2016-12-12 15:32:56 UTC) #13
Nico
Oh right, icu repo, sorry. I'll try to remember to land it some time today.
4 years ago (2016-12-12 15:33:20 UTC) #14
tsniatowski
On 2016/12/12 15:33:20, Nico wrote: > Oh right, icu repo, sorry. I'll try to remember ...
4 years ago (2016-12-12 15:34:23 UTC) #16
Nico
Committed patchset #2 (id:20001) manually as 9cd2828740572ba6f694b9365236a8356fd06147 (presubmit successful).
4 years ago (2016-12-12 20:29:56 UTC) #18
Nico
4 years ago (2016-12-12 20:30:49 UTC) #19
Message was sent while issue was closed.
Landed. You need to roll icu in DEPS for chromium to pick this up.

Powered by Google App Engine
This is Rietveld 408576698