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

Issue 1315193020: Fix warnings produced by g++ on Windows. (Closed)

Created:
5 years, 3 months ago by Jim Stichnoth
Modified:
5 years, 3 months ago
Reviewers:
ascull, John
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

Fix warnings produced by g++ on Windows. Scraped non-pragma related warnings from a recent trybot run: wget -O - 'http://build.chromium.org/p/tryserver.nacl/builders/nacl-toolchain-win7-pnacl-x86_64/builds/3221/steps/llvm_i686_w64_mingw32%20%28build%29/logs/stdio' | grep subzero | grep warning | grep -v pragma BUG= none R=ascull@google.com, jpp@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=a8d4713798086ceffeb406392ddaad2faaf2aca5

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add a missing void-cast #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -8 lines) Patch
M src/IceAssemblerX86Base.h View 2 chunks +7 lines, -4 lines 0 comments Download
M src/IceCfgNode.cpp View 1 2 chunks +3 lines, -0 lines 0 comments Download
M src/IceInstX8632.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/IceInstX8664.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/IceTargetLoweringARM32.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (1 generated)
Jim Stichnoth
5 years, 3 months ago (2015-09-08 20:53:09 UTC) #2
ascull
https://codereview.chromium.org/1315193020/diff/1/src/IceCfgNode.cpp File src/IceCfgNode.cpp (right): https://codereview.chromium.org/1315193020/diff/1/src/IceCfgNode.cpp#newcode243 src/IceCfgNode.cpp:243: assert(Found); Does this need a `(void)Found` too? Seems to ...
5 years, 3 months ago (2015-09-08 21:16:47 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/1315193020/diff/1/src/IceCfgNode.cpp File src/IceCfgNode.cpp (right): https://codereview.chromium.org/1315193020/diff/1/src/IceCfgNode.cpp#newcode243 src/IceCfgNode.cpp:243: assert(Found); On 2015/09/08 21:16:47, ascull wrote: > Does this ...
5 years, 3 months ago (2015-09-08 21:28:11 UTC) #4
ascull
lgtm
5 years, 3 months ago (2015-09-08 21:29:41 UTC) #5
ascull
lgtm
5 years, 3 months ago (2015-09-08 21:29:42 UTC) #6
John
lgtm
5 years, 3 months ago (2015-09-08 21:42:51 UTC) #7
Jim Stichnoth
5 years, 3 months ago (2015-09-08 21:43:51 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
a8d4713798086ceffeb406392ddaad2faaf2aca5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698