From 715e18fbef7da80a60dc26c37e4bd6a95c4f11c0 Mon Sep 17 00:00:00 2001 From: tzik Date: Tue, 26 Feb 2019 22:05:42 +0900 Subject: [PATCH] Suppress clang-tidy --- src/core/ext/filters/client_channel/lb_policy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ext/filters/client_channel/lb_policy.h b/src/core/ext/filters/client_channel/lb_policy.h index 0ef10a31aae..5c21b1c82b7 100644 --- a/src/core/ext/filters/client_channel/lb_policy.h +++ b/src/core/ext/filters/client_channel/lb_policy.h @@ -260,7 +260,7 @@ class LoadBalancingPolicy : public InternallyRefCounted { /// 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) { + RefCountedPtr lb_config) { // NOLINT GRPC_ABSTRACT; }