grpc/include
Romain Geissler @ Amadeus 0bc07c957e
[C++] Fix clang's -Winconsistent-missing-override in proto reader/writer. (#33646)
The "override" is not added on purpose to remain compatible with
Protobuf < 22.x, as already written in the comment on top of these two
functions.

CC @veblush as the author of this code.

Note: I am personally not super enthousiastic about this change. As an
alternative, I can propose to selectively add the `override` keyword,
based on the value of the `PROTOBUF_VERSION` macro (comparing it to
`4022000`). Tell me if you prefer this version instead.
2023-09-12 12:47:55 -07:00
..
grpc [Build] Shared builds on windows (#34103) 2023-09-12 09:12:36 -07:00
grpc++ Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
grpcpp [C++] Fix clang's -Winconsistent-missing-override in proto reader/writer. (#33646) 2023-09-12 12:47:55 -07:00