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

Issue 883983002: Add -pedantic to Makefile.standalone to match production. (Closed)

Created:
5 years, 11 months ago by Jim Stichnoth
Modified:
5 years, 10 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add -pedantic to Makefile.standalone to match production. This also requires modifying the ICE_CACHELINE_BOUNDARY macro to avoid a warning about anonymous structs: src/IceUtils.h:132:3: warning: anonymous structs are a GNU extension [-Wgnu-anonymous-struct] BUG= none R=jfb@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=26f9433e4e033d66574fa0d74392a504f8e491c0

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix the ICE_CACHELINE_BOUNDARY implementation. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M Makefile.standalone View 1 chunk +1 line, -1 line 0 comments Download
M src/IceDefs.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
Jim Stichnoth
5 years, 11 months ago (2015-01-28 00:57:15 UTC) #2
JF
https://codereview.chromium.org/883983002/diff/1/src/IceDefs.h File src/IceDefs.h (right): https://codereview.chromium.org/883983002/diff/1/src/IceDefs.h#newcode139 src/IceDefs.h:139: } TOKENPASTE2(Boundary, __LINE__) You don't need the fake usage ...
5 years, 11 months ago (2015-01-28 01:28:46 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/883983002/diff/1/src/IceDefs.h File src/IceDefs.h (right): https://codereview.chromium.org/883983002/diff/1/src/IceDefs.h#newcode139 src/IceDefs.h:139: } TOKENPASTE2(Boundary, __LINE__) On 2015/01/28 01:28:45, JF wrote: > ...
5 years, 10 months ago (2015-01-28 03:26:37 UTC) #4
JF
lgtm, up to you if you want to take the suggestion into account. https://codereview.chromium.org/883983002/diff/1/src/IceDefs.h File ...
5 years, 10 months ago (2015-01-28 07:14:46 UTC) #5
Jim Stichnoth
https://codereview.chromium.org/883983002/diff/1/src/IceDefs.h File src/IceDefs.h (right): https://codereview.chromium.org/883983002/diff/1/src/IceDefs.h#newcode139 src/IceDefs.h:139: } TOKENPASTE2(Boundary, __LINE__) On 2015/01/28 07:14:45, JF wrote: > ...
5 years, 10 months ago (2015-01-28 15:39:18 UTC) #6
Jim Stichnoth
5 years, 10 months ago (2015-01-28 16:37:25 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
26f9433e4e033d66574fa0d74392a504f8e491c0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698