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

Issue 7111026: Don't treat warnings as errors when compiling with GCC 4.6 (Closed)

Created:
9 years, 6 months ago by Ryan Sleevi
Modified:
9 years, 6 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews
Visibility:
Public.

Description

When compiling with GCC 4.6, don't treat warnings as errors. No bots are currently testing 4.6, so it's fairly easy to regress, and it adds more overhead for new developers on platforms shipping with GCC 4.6 as default. This is a temporary solution until GCC 4.6 becomes fully supported. BUG=80071 TEST=none

Patch Set 1 #

Patch Set 2 : Take two #

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

Messages

Total messages: 9 (0 generated)
Ryan Sleevi
evan: PTAL. I closed out http://codereview.chromium.org/7056063/ because the base URL was screwy and would prevent ...
9 years, 6 months ago (2011-06-05 14:13:43 UTC) #1
Ryan Sleevi
(follow up from comment on http://codereview.chromium.org/7056063) Unfortunately, this can't be moved into the icu gyp, ...
9 years, 6 months ago (2011-06-05 20:00:02 UTC) #2
Evan Martin
I think you can use direct_dependent_settings for exactly this sort of thing. On Sun, Jun ...
9 years, 6 months ago (2011-06-05 20:01:01 UTC) #3
Ryan Sleevi
On 2011/06/05 20:01:01, Evan Martin wrote: > I think you can use direct_dependent_settings for exactly ...
9 years, 6 months ago (2011-06-05 21:09:20 UTC) #4
Evan Martin
On Sun, Jun 5, 2011 at 2:09 PM, <rsleevi@chromium.org> wrote: > An alternative to suppressing ...
9 years, 6 months ago (2011-06-06 14:53:07 UTC) #5
Ryan Sleevi
Evan, would you mind taking another look? After updating my FC15 VM, we've actually regressed/increased ...
9 years, 6 months ago (2011-06-21 04:07:32 UTC) #6
Evan Martin
I think we don't work under gcc 4.5 either. Our build instructions tell people to ...
9 years, 6 months ago (2011-06-24 00:03:32 UTC) #7
Ryan Sleevi
Thanks. I completely missed that. I'm closing out this review then; the current behaviour/documentation is ...
9 years, 6 months ago (2011-06-24 00:04:45 UTC) #8
Evan Martin
9 years, 6 months ago (2011-06-24 19:08:50 UTC) #9
On 2011/06/24 00:04:45, Ryan Sleevi wrote:
> Thanks. I completely missed that. I'm closing out this review then; the
current
> behaviour/documentation is sufficient enough for me.

It'd be nice if we could detect a non-supported gcc and warn the user, or to
automatically disable -werror or something, but that's a different patch for a
different day.

Powered by Google App Engine
This is Rietveld 408576698