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

Issue 1246833003: Fix and enable MSVC warning C4018 for base/. (Closed)

Created:
5 years, 5 months ago by Peter Kasting
Modified:
5 years, 5 months ago
Reviewers:
Nico
CC:
chromium-reviews, erikwright+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix and enable MSVC warning C4018 for base/. BUG=398202 TEST=none Committed: https://crrev.com/189c4d96ad21ba65a063200cf3179aef1e6e1d46 Cr-Commit-Position: refs/heads/master@{#339589}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -9 lines) Patch
M base/base.gypi View 1 chunk +0 lines, -3 lines 0 comments Download
M base/debug/gdi_debug_util_win.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M base/files/file_enumerator_win.cc View 1 chunk +2 lines, -1 line 3 comments Download
M base/synchronization/waitable_event_win.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
Peter Kasting
5 years, 5 months ago (2015-07-20 23:14:19 UTC) #2
Nico
https://codereview.chromium.org/1246833003/diff/1/base/files/file_enumerator_win.cc File base/files/file_enumerator_win.cc (right): https://codereview.chromium.org/1246833003/diff/1/base/files/file_enumerator_win.cc#newcode34 base/files/file_enumerator_win.cc:34: static_cast<ULONGLONG>(std::numeric_limits<int64>::max())); Does std::numeric_limits<ULONGLONG>::max() not work?
5 years, 5 months ago (2015-07-20 23:39:27 UTC) #3
Peter Kasting
https://codereview.chromium.org/1246833003/diff/1/base/files/file_enumerator_win.cc File base/files/file_enumerator_win.cc (right): https://codereview.chromium.org/1246833003/diff/1/base/files/file_enumerator_win.cc#newcode34 base/files/file_enumerator_win.cc:34: static_cast<ULONGLONG>(std::numeric_limits<int64>::max())); On 2015/07/20 at 23:39:27, Nico wrote: > Does ...
5 years, 5 months ago (2015-07-20 23:45:50 UTC) #4
Nico
lgtm https://codereview.chromium.org/1246833003/diff/1/base/files/file_enumerator_win.cc File base/files/file_enumerator_win.cc (right): https://codereview.chromium.org/1246833003/diff/1/base/files/file_enumerator_win.cc#newcode34 base/files/file_enumerator_win.cc:34: static_cast<ULONGLONG>(std::numeric_limits<int64>::max())); On 2015/07/20 23:45:50, Peter Kasting wrote: > ...
5 years, 5 months ago (2015-07-20 23:48:10 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1246833003/1
5 years, 5 months ago (2015-07-21 00:37:15 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 5 months ago (2015-07-21 01:34:03 UTC) #8
commit-bot: I haz the power
5 years, 5 months ago (2015-07-21 01:35:43 UTC) #9
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/189c4d96ad21ba65a063200cf3179aef1e6e1d46
Cr-Commit-Position: refs/heads/master@{#339589}

Powered by Google App Engine
This is Rietveld 408576698