Fixes for re-enabling more MSVC level 4 warnings: net/quic/ edition
commitd933d7e8b2de90878c208046f67a1f542bfed930
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 8 Jul 2014 23:15:14 +0000 (8 23:15 +0000)
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 8 Jul 2014 23:15:14 +0000 (8 23:15 +0000)
treeaadc6bf04002f1f1811a6a0ffa6e5a2e8464c717
parent82a312b49f3da1c89a90c4f1f7cfab274e883af5
Fixes for re-enabling more MSVC level 4 warnings: net/quic/ edition

This contains fixes for the following sorts of issues:
* Signedness mismatch
* Possibly-uninitialized local variable

This also contains one cleanup change (to remove an extra set of parens).

BUG=81439
TEST=none
R=rch@chromium.org

Review URL: https://codereview.chromium.org/371213002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281870 0039d316-1c4b-4281-b951-d872f2087c98
net/quic/crypto/crypto_protocol.h
net/quic/crypto/local_strike_register_client_test.cc
net/quic/crypto/strike_register.cc
net/quic/quic_server_id_test.cc
net/quic/quic_spdy_server_stream.cc