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

Issue 66001: Restore -Wall to Linux build and set up for -Werror. (Closed)

Created:
11 years, 8 months ago by sgk
Modified:
9 years, 5 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews_googlegroups.com, Craig Schlenter, Dean McNamee
Visibility:
Public.

Description

Restore -Wall to Linux build and set up for -Werror. * Add -Wall to build/common.gypi (and -Werror, commented out for now). * Have build/external_code.gypi remove -Wall (and -Werror). * Remove chromium_code definition from build/all.gyp. * Remove chromium_code definitions from third_party/ *.gyp files. * Remove scons-specific -Werror removal in webkit.gyp. * Remove unused variables from: base/clipboard_linux.cc chrome/browser/gtk/download_shelf_gtk.cc chrome/browser/gtk/bookmark_bar_gtk.cc Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13478

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -19 lines) Patch
M base/clipboard_linux.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M build/all.gyp View 1 1 chunk +0 lines, -1 line 0 comments Download
M build/common.gypi View 1 1 chunk +3 lines, -0 lines 0 comments Download
M build/external_code.gypi View 1 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/gtk/bookmark_bar_gtk.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/gtk/download_shelf_gtk.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M third_party/ffmpeg/ffmpeg.gyp View 1 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/harfbuzz/harfbuzz.gyp View 1 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/libevent/libevent.gyp View 1 1 chunk +0 lines, -3 lines 0 comments Download
M webkit/webkit.gyp View 1 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
sgk
11 years, 8 months ago (2009-04-09 21:18:44 UTC) #1
Mark Mentovai
LGTM on the GYP fixes. And thanks for tackling some of these warnings. http://codereview.chromium.org/66001/diff/1/10 File ...
11 years, 8 months ago (2009-04-09 22:03:07 UTC) #2
sgk
11 years, 8 months ago (2009-04-09 22:41:41 UTC) #3
http://codereview.chromium.org/66001/diff/1/10
File chrome/browser/gtk/download_shelf_gtk.cc (right):

http://codereview.chromium.org/66001/diff/1/10#newcode139
Line 139: // can be clicked. I tried to fix this with a vbox (akin to
|centering_vbox|
On 2009/04/09 22:03:07, Mark Mentovai wrote:
> This comment still refers to centering_vbox, it probably needs to come out?

Done.

(I removed the parenthetical re: the removed variable, but left the gist of the
comment about clickable pixels.)

http://codereview.chromium.org/66001/diff/1/4
File third_party/ffmpeg/ffmpeg.gyp (left):

http://codereview.chromium.org/66001/diff/1/4#oldcode7
Line 7: 'chromium_code': 1,
On 2009/04/09 22:03:07, Mark Mentovai wrote:
> Andrew said something about something not working when this was not
> chromium_code.  It sounded suspicious to me, but to be safe, just make sure
this
> passes the tryservers.

I got passes on all three, so going ahead with commit and will monitor.

Powered by Google App Engine
This is Rietveld 408576698