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

Issue 375733004: Fixes for re-enabling more MSVC level 4 warnings: gpu/ edition (Closed)

Created:
6 years, 5 months ago by Peter Kasting
Modified:
6 years, 5 months ago
Reviewers:
no sievers
CC:
chromium-reviews, piman+watch_chromium.org
Visibility:
Public.

Description

Fixes for re-enabling more MSVC level 4 warnings: gpu/ edition This contains fixes for the following sorts of issues: * Signedness mismatch * Possibly-uninitialized local variable BUG=81439 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281900

Patch Set 1 #

Total comments: 5

Patch Set 2 : Attempt compile fix #

Patch Set 3 : Fix compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -41 lines) Patch
M gpu/command_buffer/client/transfer_buffer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/common/id_allocator_test.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 7 chunks +14 lines, -11 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h View 2 chunks +3 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc View 2 chunks +12 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/memory_program_cache.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/texture_manager_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Peter Kasting
6 years, 5 months ago (2014-07-08 00:29:40 UTC) #1
no sievers
lgtm https://codereview.chromium.org/375733004/diff/1/gpu/command_buffer/client/transfer_buffer_unittest.cc File gpu/command_buffer/client/transfer_buffer_unittest.cc (right): https://codereview.chromium.org/375733004/diff/1/gpu/command_buffer/client/transfer_buffer_unittest.cc#newcode188 gpu/command_buffer/client/transfer_buffer_unittest.cc:188: transfer_buffer_->FreePendingToken(ptr, static_cast<unsigned int>(-1)); nit: can you do '-1u' ...
6 years, 5 months ago (2014-07-08 00:51:13 UTC) #2
Peter Kasting
https://codereview.chromium.org/375733004/diff/1/gpu/command_buffer/client/transfer_buffer_unittest.cc File gpu/command_buffer/client/transfer_buffer_unittest.cc (right): https://codereview.chromium.org/375733004/diff/1/gpu/command_buffer/client/transfer_buffer_unittest.cc#newcode188 gpu/command_buffer/client/transfer_buffer_unittest.cc:188: transfer_buffer_->FreePendingToken(ptr, static_cast<unsigned int>(-1)); On 2014/07/08 00:51:13, sievers wrote: > ...
6 years, 5 months ago (2014-07-08 01:03:51 UTC) #3
Peter Kasting
The CQ bit was checked by pkasting@chromium.org
6 years, 5 months ago (2014-07-08 01:04:11 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkasting@chromium.org/375733004/1
6 years, 5 months ago (2014-07-08 01:06:05 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 5 months ago (2014-07-08 02:53:24 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-08 02:58:05 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg/builds/203516)
6 years, 5 months ago (2014-07-08 02:58:07 UTC) #8
Peter Kasting
The CQ bit was checked by pkasting@chromium.org
6 years, 5 months ago (2014-07-08 18:49:26 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkasting@chromium.org/375733004/20001
6 years, 5 months ago (2014-07-08 18:50:25 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 5 months ago (2014-07-08 19:57:15 UTC) #11
Peter Kasting
The CQ bit was checked by pkasting@chromium.org
6 years, 5 months ago (2014-07-08 20:04:07 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkasting@chromium.org/375733004/40001
6 years, 5 months ago (2014-07-08 20:05:57 UTC) #13
commit-bot: I haz the power
6 years, 5 months ago (2014-07-09 00:22:52 UTC) #14
Message was sent while issue was closed.
Change committed as 281900

Powered by Google App Engine
This is Rietveld 408576698