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

Issue 203013002: Fix "unreachable code" warnings (MSVC warning 4702) in net/. (Closed)

Created:
6 years, 9 months ago by Peter Kasting
Modified:
6 years, 9 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, gavinp+disk_chromium.org
Visibility:
Public.

Description

Fix "unreachable code" warnings (MSVC warning 4702) in net/. BUG=346399 TEST=none R=rvargas@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258136

Patch Set 1 #

Total comments: 11

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -131 lines) Patch
M net/disk_cache/simple/simple_util.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 4 chunks +36 lines, -54 lines 0 comments Download
M net/http/http_util.cc View 1 14 chunks +46 lines, -59 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 1 chunk +10 lines, -15 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Peter Kasting
https://codereview.chromium.org/203013002/diff/1/net/http/http_stream_factory_impl_job.cc File net/http/http_stream_factory_impl_job.cc (right): https://codereview.chromium.org/203013002/diff/1/net/http/http_stream_factory_impl_job.cc#newcode478 net/http/http_stream_factory_impl_job.cc:478: next_state_ = STATE_WAITING_USER_ACTION; (The code here was reordered to ...
6 years, 9 months ago (2014-03-18 03:02:51 UTC) #1
Peter Kasting
It seems akalin no longer works on Chromium. Changing reviewer to rvargas.
6 years, 9 months ago (2014-03-19 21:10:46 UTC) #2
rvargas (doing something else)
https://codereview.chromium.org/203013002/diff/1/net/http/http_stream_factory_impl_job.cc File net/http/http_stream_factory_impl_job.cc (right): https://codereview.chromium.org/203013002/diff/1/net/http/http_stream_factory_impl_job.cc#newcode510 net/http/http_stream_factory_impl_job.cc:510: } nit: we should either have {} in all ...
6 years, 9 months ago (2014-03-19 22:13:15 UTC) #3
Peter Kasting
https://codereview.chromium.org/203013002/diff/1/net/http/http_stream_factory_impl_job.cc File net/http/http_stream_factory_impl_job.cc (right): https://codereview.chromium.org/203013002/diff/1/net/http/http_stream_factory_impl_job.cc#newcode510 net/http/http_stream_factory_impl_job.cc:510: } On 2014/03/19 22:13:15, rvargas wrote: > nit: we ...
6 years, 9 months ago (2014-03-19 22:17:09 UTC) #4
rvargas (doing something else)
lgtm https://codereview.chromium.org/203013002/diff/1/net/spdy/spdy_network_transaction_unittest.cc File net/spdy/spdy_network_transaction_unittest.cc (right): https://codereview.chromium.org/203013002/diff/1/net/spdy/spdy_network_transaction_unittest.cc#newcode4233 net/spdy/spdy_network_transaction_unittest.cc:4233: FAIL() << "Unexpected read: " << rv; On ...
6 years, 9 months ago (2014-03-19 22:56:24 UTC) #5
Peter Kasting
https://codereview.chromium.org/203013002/diff/1/net/spdy/spdy_network_transaction_unittest.cc File net/spdy/spdy_network_transaction_unittest.cc (right): https://codereview.chromium.org/203013002/diff/1/net/spdy/spdy_network_transaction_unittest.cc#newcode4233 net/spdy/spdy_network_transaction_unittest.cc:4233: FAIL() << "Unexpected read: " << rv; On 2014/03/19 ...
6 years, 9 months ago (2014-03-19 23:03:23 UTC) #6
Peter Kasting
6 years, 9 months ago (2014-03-19 23:04:03 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r258136 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698