commit | 17d42420afee6b210141efaa4a6bd39438d496f2 | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Tue Jun 18 16:35:07 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jun 18 20:22:13 2019 -0700 |
tree | 1e46498573628ec86187f220336b0c82cdafb97d | |
parent | 40d1e683757efe0c436e19c0800e7df2fba577d6 [diff] [blame] |
Fix QUIC warnings in preparation for enabling them gfe-relnote: n/a, compilation-only change PiperOrigin-RevId: 253893322 Change-Id: I15917a1c5b325922850086277cfad5e3b4da20a4
diff --git a/quic/core/crypto/null_encrypter.cc b/quic/core/crypto/null_encrypter.cc index 69db96d..4ad9b2a 100644 --- a/quic/core/crypto/null_encrypter.cc +++ b/quic/core/crypto/null_encrypter.cc
@@ -58,7 +58,7 @@ } std::string NullEncrypter::GenerateHeaderProtectionMask( - QuicStringPiece sample) { + QuicStringPiece /*sample*/) { return std::string(5, 0); }