Explorar o código

Suppress clang-tidy

tzik %!s(int64=6) %!d(string=hai) anos
pai
achega
715e18fbef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/ext/filters/client_channel/lb_policy.h

+ 1 - 1
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;
   }