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

Issue 552266: Remove trailing comma to allow compilation with Native Client's higher warnin... (Closed)

Created:
10 years, 10 months ago by sehr (please use chromium)
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Remove trailing comma to allow compilation with Native Client's higher warning level. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=37749

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M gpu/command_buffer/common/constants.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
sehr (please use chromium)
10 years, 10 months ago (2010-02-01 21:31:12 UTC) #1
David Springer
LGTM
10 years, 10 months ago (2010-02-01 21:34:41 UTC) #2
apatrick_chromium
lgtm
10 years, 10 months ago (2010-02-01 21:34:42 UTC) #3
Evan Martin
What is this higher warning level? Maybe we should turn it on for all Chrome ...
10 years, 10 months ago (2010-02-01 22:33:19 UTC) #4
sehr (please use chromium)
10 years, 10 months ago (2010-02-01 22:48:16 UTC) #5
Evan,

Thanks for picking this up.  We (NaCl) build with
   '-pedantic',
    '-Wextra',
    '-Wno-long-long',
    '-Wswitch-enum',
    '-Wsign-compare',
on Linux and Mac and  /WX (with /W3, I think) on Windows

David

On Mon, Feb 1, 2010 at 2:33 PM, <evan@chromium.org> wrote:

> What is this higher warning level?  Maybe we should turn it on for all
> Chrome
> code, to help catch this kind of thing in the future?
>
>
> http://codereview.chromium.org/552266
>

Powered by Google App Engine
This is Rietveld 408576698