Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(92)

Issue 954002: Windows: Fix remaining level 4 warnings. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 11 months ago by Lei Zhang (chromium)
Modified:
10 years, 11 months ago
Reviewers:
Mark Mentovai
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Windows: Fix remaining level 4 warnings.

R=mark@chromium.org

Committed: https://code.google.com/p/google-breakpad/source/detail?r=1267

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/common/windows/pdb_source_line_writer.cc View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M src/tools/windows/symupload/symupload.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7
Lei Zhang (chromium)
Not sure why Ivan didn't get these on the last pass. https://breakpad.appspot.com/954002/diff/1/src/tools/windows/symupload/symupload.cc File src/tools/windows/symupload/symupload.cc (right): ...
10 years, 11 months ago #1
Mark Mentovai
https://breakpad.appspot.com/954002/diff/1/src/common/windows/pdb_source_line_writer.cc File src/common/windows/pdb_source_line_writer.cc (right): https://breakpad.appspot.com/954002/diff/1/src/common/windows/pdb_source_line_writer.cc#newcode393 src/common/windows/pdb_source_line_writer.cc:393: DWORD last_type = static_cast<DWORD>(-1); DWORD_MAX instead of ugly static_casts? ...
10 years, 11 months ago #2
Mark Mentovai
LGTM
10 years, 11 months ago #3
Lei Zhang (chromium)
https://breakpad.appspot.com/954002/diff/1/src/common/windows/pdb_source_line_writer.cc File src/common/windows/pdb_source_line_writer.cc (right): https://breakpad.appspot.com/954002/diff/1/src/common/windows/pdb_source_line_writer.cc#newcode393 src/common/windows/pdb_source_line_writer.cc:393: DWORD last_type = static_cast<DWORD>(-1); On 2013/12/18 16:50:30, Mark Mentovai ...
10 years, 11 months ago #4
Mark Mentovai
From <limits>, std::numeric_limits<DWORD>::max() then?
10 years, 11 months ago #5
Lei Zhang (chromium)
On 2013/12/18 22:06:44, Mark Mentovai wrote: > From <limits>, std::numeric_limits<DWORD>::max() then? Done.
10 years, 11 months ago #6
Lei Zhang (chromium)
10 years, 11 months ago #7
Message was sent while issue was closed.
Committed patchset #3 manually as r1267 (presubmit successful).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted