Skip to content

Commit

Permalink
fix compile-time-options
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Greenway <[email protected]>
  • Loading branch information
ggreenway committed Mar 19, 2024
1 parent ebcd1c8 commit cdf8e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/common/grpc/async_client_manager_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ GoogleAsyncClientFactoryImpl::GoogleAsyncClientFactoryImpl(
UNREFERENCED_PARAMETER(google_tls_slot_);
UNREFERENCED_PARAMETER(scope_);
UNREFERENCED_PARAMETER(config_);
UNREFERENCED_PARAMETER(factory_context_);
UNREFERENCED_PARAMETER(api_);
UNREFERENCED_PARAMETER(stat_names_);
creation_status = absl::InvalidArgumentError("Google C++ gRPC client is not linked");
Expand Down

0 comments on commit cdf8e5d

Please sign in to comment.