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

Issue 205963004: always use -Wno-deprecated-declarations when building sdch (Closed)

Created:
6 years, 9 months ago by Mostyn Bramley-Moore
Modified:
6 years, 9 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

always use -Wno-deprecated-declarations when building sdch This is also needed for c++11 mode in gcc 4.8, not just clang. BUG=324299 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258918

Patch Set 1 #

Total comments: 5

Patch Set 2 : fixup 1 #

Patch Set 3 : undo fixup 1 #

Patch Set 4 : only use a single cflags setting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M sdch/sdch.gyp View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Mostyn Bramley-Moore
PTAL.
6 years, 9 months ago (2014-03-20 16:17:38 UTC) #1
jochen (gone - plz use gerrit)
https://codereview.chromium.org/205963004/diff/1/sdch/sdch.gyp File sdch/sdch.gyp (right): https://codereview.chromium.org/205963004/diff/1/sdch/sdch.gyp#newcode56 sdch/sdch.gyp:56: 'cflags': [ '-Wno-deprecated-declarations' ], does windows understand this? maybe ...
6 years, 9 months ago (2014-03-20 16:19:00 UTC) #2
Nico
lgtm if trybots are happy https://codereview.chromium.org/205963004/diff/1/sdch/sdch.gyp File sdch/sdch.gyp (right): https://codereview.chromium.org/205963004/diff/1/sdch/sdch.gyp#newcode56 sdch/sdch.gyp:56: 'cflags': [ '-Wno-deprecated-declarations' ], ...
6 years, 9 months ago (2014-03-20 16:23:05 UTC) #3
Mostyn Bramley-Moore
https://codereview.chromium.org/205963004/diff/1/sdch/sdch.gyp File sdch/sdch.gyp (right): https://codereview.chromium.org/205963004/diff/1/sdch/sdch.gyp#newcode56 sdch/sdch.gyp:56: 'cflags': [ '-Wno-deprecated-declarations' ], On 2014/03/20 16:19:01, jochen wrote: ...
6 years, 9 months ago (2014-03-20 16:24:16 UTC) #4
Nico
https://codereview.chromium.org/205963004/diff/1/sdch/sdch.gyp File sdch/sdch.gyp (right): https://codereview.chromium.org/205963004/diff/1/sdch/sdch.gyp#newcode56 sdch/sdch.gyp:56: 'cflags': [ '-Wno-deprecated-declarations' ], On 2014/03/20 16:24:17, Mostyn Bramley-Moore ...
6 years, 9 months ago (2014-03-20 16:25:05 UTC) #5
Mostyn Bramley-Moore
https://codereview.chromium.org/205963004/diff/1/sdch/sdch.gyp File sdch/sdch.gyp (right): https://codereview.chromium.org/205963004/diff/1/sdch/sdch.gyp#newcode56 sdch/sdch.gyp:56: 'cflags': [ '-Wno-deprecated-declarations' ], On 2014/03/20 16:25:05, Nico (on ...
6 years, 9 months ago (2014-03-20 16:29:22 UTC) #6
Mostyn Bramley-Moore
gcc >= 4.4 silently ignores any -Wno-* flags it doesn't recognise btw.
6 years, 9 months ago (2014-03-20 16:34:57 UTC) #7
Mostyn Bramley-Moore
Since this change only affects compiler warnings/errors, and this seems to successfully compile on linux_rel, ...
6 years, 9 months ago (2014-03-24 11:25:23 UTC) #8
Mark Mentovai
LGTM
6 years, 9 months ago (2014-03-24 13:04:05 UTC) #9
Mostyn Bramley-Moore
The CQ bit was checked by mostynb@opera.com
6 years, 9 months ago (2014-03-24 13:06:06 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mostynb@opera.com/205963004/60001
6 years, 9 months ago (2014-03-24 13:06:14 UTC) #11
commit-bot: I haz the power
6 years, 9 months ago (2014-03-24 13:06:59 UTC) #12
Message was sent while issue was closed.
Change committed as 258918

Powered by Google App Engine
This is Rietveld 408576698