gfe-relnote: fix QUICHE compilation issues with gcc.

Apply quic copts to third_party/epoll_server/.

Fix following GCC errors, unfortunately there are no equivalent clang errors to prevent them from upstream.

bazel-out/k8-opt/bin/external/com_googlesource_quiche/quiche/quic/core/frames/quic_stop_sending_frame.cc: In constructor 'quic::QuicStopSendingFrame::QuicStopSendingFrame(quic::QuicControlFrameId, quic::QuicStreamId, quic::QuicRstStreamErrorCode)':
bazel-out/k8-opt/bin/external/com_googlesource_quiche/quiche/quic/core/frames/quic_stop_sending_frame.cc:17:15: error: enumeral and non-enumeral type in conditional expression [-Werror=extra]
   17 |               ? RstStreamErrorCodeToIetfResetStreamErrorCode(error_code)

bazel-out/k8-fastbuild/bin/external/com_googlesource_quiche/quiche/quic/core/quic_config.cc:1356:8: error: variable 'google_params_already_parsed' set but not used [-Werror=unused-but-set-variable]
 1356 |   bool google_params_already_parsed = false;
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

PiperOrigin-RevId: 332096399
Change-Id: Iaf4f94fc864d55bc316074e1807e8eecb077c2a6
6 files changed
tree: f35f173a9dff92200a38329e5da529a0996199ce
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.