grpc/include/grpcpp
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
..
ext [WRR] Prefer application_utilization to cpu_utilization (#33355) 2023-06-07 17:38:29 -07:00
generic Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
impl [C++] Added a cord support to gRPC protobuf serializer (#32617) 2023-04-19 08:55:25 -07:00
security [tls] Remove use of SSL_CTX_set_client_CA_list for TLS server credentials. (#33558) 2023-06-29 09:48:15 -07:00
support [C++] Fix two compilation warnings in grpcpp/support/proto_buffer_reader.h. (#33635) 2023-07-10 17:42:23 -07:00
test Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
alarm.h Revert "[EventEngine] Revert "Revert "EventEngine::RunAt: C++ Alarm (#30024)" (#30147)"" (#32783) 2023-04-03 13:55:26 -07:00
channel.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
client_context.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
completion_queue.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
create_channel.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
create_channel_binder.h [BinderTransport] Make `CreateBinderChannel` parameter names consistent (#31852) 2022-12-13 00:18:45 -08:00
create_channel_posix.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
grpcpp.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
health_check_service_interface.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
opencensus.h GCP Observability: Fix constant labels support for stats when tracing is disabled (#32451) 2023-02-22 14:49:55 -08:00
resource_quota.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server.h Revert "Revert "Revert "Revert "server: introduce ServerMetricRecorde… (#32301) 2023-02-06 12:00:39 -08:00
server_builder.h Revert "Revert "Revert "Revert "server: introduce ServerMetricRecorde… (#32301) 2023-02-06 12:00:39 -08:00
server_context.h [API] Document gotcha in AsyncNotifyWhenDone behavior (#33208) 2023-05-23 15:16:58 -07:00
server_interface.h Fix a race on vptr for UnimplementedAsyncRequest (#32547) 2023-03-10 13:00:56 -08:00
server_posix.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
version_info.h [Release] Bump version to 1.57.0-dev (on master branch) (#33311) 2023-06-01 10:55:31 -07:00
xds_server_builder.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00