diff options
Diffstat (limited to 'third_party/grpc/src/cpp/client')
-rw-r--r-- | third_party/grpc/src/cpp/client/create_channel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/grpc/src/cpp/client/create_channel.cc b/third_party/grpc/src/cpp/client/create_channel.cc index fdaa28ffef..bb8b201cdf 100644 --- a/third_party/grpc/src/cpp/client/create_channel.cc +++ b/third_party/grpc/src/cpp/client/create_channel.cc @@ -54,7 +54,7 @@ std::shared_ptr<Channel> CreateCustomChannel( const grpc::string& target, const std::shared_ptr<ChannelCredentials>& creds, const ChannelArguments& args) { - internal::GrpcLibrary + __attribute__((unused)) internal::GrpcLibrary init_lib; // We need to call init in case of a bad creds. ChannelArguments cp_args = args; std::ostringstream user_agent_prefix; |