grpc/include/grpcpp/support
Romain Geissler @ Amadeus 899bf72004
[C++] Fix two compilation warnings in grpcpp/support/proto_buffer_reader.h. (#33635)
Detected with gcc 13:
```
In file included from /data/mwrep/res/osp/Grpc/23-0-0-0/include/grpcpp/impl/proto_utils.h:31,
                 from ./include/generated/gacms.object.grpc.pb.h:18,
                 from ./include/generated/gacms.object.grpc.pb.cc:6:
/data/mwrep/res/osp/Grpc/23-0-0-0/include/grpcpp/support/proto_buffer_reader.h: In member function 'virtual bool grpc::ProtoBufferReader::ReadCord(absl::lts_20230125::Cord*, int)': /data/mwrep/res/osp/Grpc/23-0-0-0/include/grpcpp/support/proto_buffer_reader.h:157:24: error: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Werror=sign-compare]
  157 |       if (slice_length <= count) {
      |           ~~~~~~~~~~~~~^~~~~~~~
/data/mwrep/res/osp/Grpc/23-0-0-0/include/grpcpp/support/proto_buffer_reader.h: In lambda function:
/data/mwrep/res/osp/Grpc/23-0-0-0/include/grpcpp/support/proto_buffer_reader.h:191:35: warning: unused parameter 'view' [-Wunused-parameter]
  191 |         [slice](absl::string_view view) { grpc_slice_unref(slice); });
      |                 ~~~~~~~~~~~~~~~~~~^~~~
cc1plus: all warnings being treated as errors
```
2023-07-10 17:42:23 -07:00
..
async_stream.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
async_unary_call.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
byte_buffer.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
callback_common.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
channel_arguments.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
client_callback.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
client_interceptor.h GcpObservability: Add client api latency (#32645) 2023-03-22 15:31:47 -07:00
config.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
error_details.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
interceptor.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
message_allocator.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
method_handler.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
proto_buffer_reader.h [C++] Fix two compilation warnings in grpcpp/support/proto_buffer_reader.h. (#33635) 2023-07-10 17:42:23 -07:00
proto_buffer_writer.h [C++] Added a cord support to gRPC protobuf serializer (#32617) 2023-04-19 08:55:25 -07:00
server_callback.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_interceptor.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
slice.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
status.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
status_code_enum.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
string_ref.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
stub_options.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
sync_stream.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
time.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
validate_service_config.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00