diff --git a/include/grpcpp/impl/codegen/server_interface.h b/include/grpcpp/impl/codegen/server_interface.h index a44ab1fa260..da0f5115dd9 100644 --- a/include/grpcpp/impl/codegen/server_interface.h +++ b/include/grpcpp/impl/codegen/server_interface.h @@ -148,7 +148,7 @@ class ServerInterface : public internal::CallHook { virtual void RegisterCallbackGenericService( experimental::CallbackGenericService* /*service*/) {} virtual void RegisterContextAllocator( - std::unique_ptr context_allocator) {} + std::unique_ptr /*context_allocator*/) {} }; /// NOTE: The function experimental_registration() is not stable public API.