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

Issue 69413002: Fix compilation with GCC 4.8 (Closed)

Created:
7 years, 1 month ago by Jakob Kummerow
Modified:
7 years, 1 month ago
Reviewers:
Benedikt Meurer
CC:
v8-dev, Paweł Hajdan Jr.
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : only use __attribute__ when supported #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -4 lines) Patch
M include/v8.h View 1 chunk +0 lines, -1 line 0 comments Download
M include/v8config.h View 1 4 chunks +11 lines, -0 lines 0 comments Download
M src/checks.h View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Jakob Kummerow
PTAL. The SEMI_STATIC_JOIN fix using __attribute__((unused)) is what boost does too. I've tested this CL ...
7 years, 1 month ago (2013-11-12 09:56:58 UTC) #1
Benedikt Meurer
LGTM
7 years, 1 month ago (2013-11-12 10:20:15 UTC) #2
Benedikt Meurer
Sorry, NOT LGTM. https://codereview.chromium.org/69413002/diff/1/src/checks.h File src/checks.h (right): https://codereview.chromium.org/69413002/diff/1/src/checks.h#newcode272 src/checks.h:272: __attribute__((unused)) // Silence GCC-4.8's warnings. This ...
7 years, 1 month ago (2013-11-12 10:31:42 UTC) #3
Jakob Kummerow
Thanks, please take another look. https://codereview.chromium.org/69413002/diff/1/src/checks.h File src/checks.h (right): https://codereview.chromium.org/69413002/diff/1/src/checks.h#newcode272 src/checks.h:272: __attribute__((unused)) // Silence GCC-4.8's ...
7 years, 1 month ago (2013-11-12 12:01:28 UTC) #4
Benedikt Meurer
On 2013/11/12 12:01:28, Jakob wrote: > Thanks, please take another look. > > https://codereview.chromium.org/69413002/diff/1/src/checks.h > ...
7 years, 1 month ago (2013-11-12 12:03:35 UTC) #5
Jakob Kummerow
7 years, 1 month ago (2013-11-12 12:09:45 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r17641 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698