gfe-relnote: n/a(code clean up) Apply quic compile options to spdy/core
code.
These options are added to enhance cross platfrom compatibility. As spdy is also part of QUICHE, it's good to apply these options as well.
Fix all the violations under third_party/spdy/core.
Platform-ize gunit, gmock and gunit_main
PiperOrigin-RevId: 255038615
Change-Id: I6ad003f68679f8adf4b2582c7dea3b6b950f0acc
diff --git a/spdy/core/http2_frame_decoder_adapter.h b/spdy/core/http2_frame_decoder_adapter.h
index 86489c6..3c05858 100644
--- a/spdy/core/http2_frame_decoder_adapter.h
+++ b/spdy/core/http2_frame_decoder_adapter.h
@@ -379,7 +379,8 @@
// Called when padding length field is received on a DATA frame.
// |stream_id| The stream receiving data.
// |value| The value of the padding length field.
- virtual void OnStreamPadLength(SpdyStreamId stream_id, size_t value) {}
+ virtual void OnStreamPadLength(SpdyStreamId /*stream_id*/, size_t /*value*/) {
+ }
// Called when padding is received (the trailing octets, not pad_len field) on
// a DATA frame.