Fix compilation error under GCC.

Error message:
error: attribute ignored [-Werror=attributes]
  427 | #define ABSL_MUST_USE_RESULT [[nodiscard]]
      |                              ^
bazel-out/k8-fastbuild/bin/external/com_googlesource_quiche/quiche/quic/core/web_transport_interface.h:49:11: note: in expansion of macro 'ABSL_MUST_USE_RESULT'
   49 |   virtual ABSL_MUST_USE_RESULT ReadResult Read(char* buffer,
PiperOrigin-RevId: 367301659
Change-Id: I9d07e5c8dee0a5f1cc9c4f159d3631f32d674456
1 file changed
tree: dfbc0c5b7b4119e7de3e05c89666c49946abdd24
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.