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

Issue 515051: Changes needed to compile command-buffer code with nacl gcc. This CL just add... (Closed)

Created:
10 years, 12 months ago by alokp
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Changes needed to compile command-buffer code with nacl gcc. This CL just adds unhandled enums in switch statements. BUG=26104 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35485

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M command_buffer/common/resource.cc View 3 chunks +4 lines, -0 lines 2 comments Download

Messages

Total messages: 5 (0 generated)
alokp
10 years, 12 months ago (2009-12-29 01:14:58 UTC) #1
apatrick
LGTM http://codereview.chromium.org/515051/diff/1/2 File command_buffer/common/resource.cc (right): http://codereview.chromium.org/515051/diff/1/2#newcode26 command_buffer/common/resource.cc:26: case kUnknown: It's strange that NaCl's gcc needs ...
10 years, 12 months ago (2009-12-29 20:26:37 UTC) #2
alokp
http://codereview.chromium.org/515051/diff/1/2 File command_buffer/common/resource.cc (right): http://codereview.chromium.org/515051/diff/1/2#newcode26 command_buffer/common/resource.cc:26: case kUnknown: NaCl compile environment is really strict. They ...
10 years, 12 months ago (2009-12-29 20:51:45 UTC) #3
alokp
Nicholas/David: Do you expect to handle each case in switch statement? If yes, I will ...
10 years, 11 months ago (2010-01-04 21:46:45 UTC) #4
sehr (please use chromium)
10 years, 11 months ago (2010-01-04 21:54:09 UTC) #5
All the code in NaCl builds with switch-enum, so yes, you would need to do
this.

David

On Mon, Jan 4, 2010 at 1:46 PM, <alokp@chromium.org> wrote:

> Nicholas/David: Do you expect to handle each case in switch statement? If
> yes, I
> will go ahead and submit this CL.
>
>
> http://codereview.chromium.org/515051
>

Powered by Google App Engine
This is Rietveld 408576698