Skip to content

Commit

Permalink
Ignore unused variable warning in gRPC.
Browse files Browse the repository at this point in the history
Change-Id: I80c94cb2b3d5606d61cb7520687bd0b0bbb02ec5
  • Loading branch information
rupertks authored and katre committed Oct 30, 2017
1 parent 605ab69 commit aeffe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/grpc/src/cpp/client/create_channel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aeffe38

Please sign in to comment.