Suppress clang-tidy

pull/18176/head
tzik 6 years ago
parent 0f6a3d0a7c
commit 715e18fbef
  1. 2
      src/core/ext/filters/client_channel/lb_policy.h

@ -260,7 +260,7 @@ class LoadBalancingPolicy : public InternallyRefCounted<LoadBalancingPolicy> {
/// Note that the LB policy gets the set of addresses from the
/// GRPC_ARG_SERVER_ADDRESS_LIST channel arg.
virtual void UpdateLocked(const grpc_channel_args& args,
RefCountedPtr<Config>) {
RefCountedPtr<Config> lb_config) { // NOLINT
GRPC_ABSTRACT;
}

Loading…
Cancel
Save