| commit | ce59da948089a5f15f79ed90116621e78d4f4f3e | [log] [tgz] |
|---|---|---|
| author | dschinazi <dschinazi@google.com> | Tue Jun 18 19:58:59 2019 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 19 08:04:54 2019 -0700 |
| tree | f9b515e11cb854fe066b90819eef27a4305cb870 | |
| parent | d48a92e533a0b7f45400f7f2686041161c23c8cd [diff] |
Add more warnings to QUIC This increases the robustness of the codebase and simplifies QUICHE merges. gfe-relnote: n/a, only adds compilation warning PiperOrigin-RevId: 253919509 Change-Id: I396139fa3d6bc5876a879fa479f33a0ff1b68614
diff --git a/quic/core/qpack/qpack_constants.cc b/quic/core/qpack/qpack_constants.cc index dd4487d..6644918 100644 --- a/quic/core/qpack/qpack_constants.cc +++ b/quic/core/qpack/qpack_constants.cc
@@ -30,6 +30,8 @@ } DCHECK_EQ(1u, match_count) << static_cast<int>(byte); } +#else + (void)language; #endif }