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

Issue 13811009: Fix build warnings with gcc4.8 (Closed)

Created:
7 years, 8 months ago by qiankun
Modified:
7 years, 8 months ago
Reviewers:
Nico, Torne
CC:
chromium-reviews, Raphael Kubo da Costa (rakuco)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Fix build warnings with gcc4.8 There are a lot of warnings when build chromium with gcc4.8, which are in "typedef ‘foo’ locally defined but not used" pattern. Add "-Wno-unused-local-typedefs" to suppress these warnings. BUG=227506 TEST=build with gcc4.8 and check no above warnings appear. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194779

Patch Set 1 #

Patch Set 2 : Add TODO in Comment #

Patch Set 3 : use conditions to set flag only for gcc>=4.8 #

Total comments: 2

Patch Set 4 : add gcc_version check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M build/common.gypi View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
qiankun
Fix build warnings with gcc 4.8. All these warnings are treated as errors which block ...
7 years, 8 months ago (2013-04-10 06:30:37 UTC) #1
Torne
Should we have a tracking bug for actually fixing these warnings for real and then ...
7 years, 8 months ago (2013-04-10 09:36:57 UTC) #2
qiankun
It makes sense. There is already a bug on this. Updated this issue. On 2013/04/10 ...
7 years, 8 months ago (2013-04-10 09:47:55 UTC) #3
Torne
On 2013/04/10 09:47:55, qiankun.miao wrote: > It makes sense. There is already a bug on ...
7 years, 8 months ago (2013-04-10 10:38:10 UTC) #4
qiankun
On 2013/04/10 10:38:10, Torne wrote: > On 2013/04/10 09:47:55, qiankun.miao wrote: > > It makes ...
7 years, 8 months ago (2013-04-12 01:56:22 UTC) #5
Torne
lgtm
7 years, 8 months ago (2013-04-12 09:48:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qiankun.miao@intel.com/13811009/6001
7 years, 8 months ago (2013-04-12 12:03:09 UTC) #7
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-12 12:12:06 UTC) #8
Raphael Kubo da Costa (rakuco)
On 2013/04/12 12:12:06, I haz the power (commit-bot) wrote: > Sorry for I got bad ...
7 years, 8 months ago (2013-04-12 14:16:39 UTC) #9
qiankun
https://codereview.chromium.org/13811009/diff/20001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/13811009/diff/20001/build/common.gypi#newcode2561 build/common.gypi:2561: 'conditions': [ Add a conditions section to check if ...
7 years, 8 months ago (2013-04-13 01:21:30 UTC) #10
Raphael Kubo da Costa (rakuco)
https://codereview.chromium.org/13811009/diff/20001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/13811009/diff/20001/build/common.gypi#newcode2561 build/common.gypi:2561: 'conditions': [ On 2013/04/13 01:21:30, qiankun.miao wrote: > Add ...
7 years, 8 months ago (2013-04-15 10:57:07 UTC) #11
qiankun
On 2013/04/15 10:57:07, Raphael Kubo da Costa (rakuco) wrote: > https://codereview.chromium.org/13811009/diff/20001/build/common.gypi > File build/common.gypi (right): ...
7 years, 8 months ago (2013-04-15 11:29:45 UTC) #12
qiankun
> Thanks for your hits. Sorry, I meant hints here, just a typo:)
7 years, 8 months ago (2013-04-15 11:32:30 UTC) #13
Torne
LGTM, thanks for bearing with us :)
7 years, 8 months ago (2013-04-15 11:32:49 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qiankun.miao@intel.com/13811009/3002
7 years, 8 months ago (2013-04-17 23:24:02 UTC) #15
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) chrome_frame_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=135894
7 years, 8 months ago (2013-04-18 01:18:53 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qiankun.miao@intel.com/13811009/3002
7 years, 8 months ago (2013-04-18 04:29:13 UTC) #17
commit-bot: I haz the power
7 years, 8 months ago (2013-04-18 05:31:10 UTC) #18
Message was sent while issue was closed.
Change committed as 194779

Powered by Google App Engine
This is Rietveld 408576698