From ce23db59c6399199fa55b4b7dc8880522e2f1bca Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 30 Sep 2024 12:16:43 +0200 Subject: Enable readability-redundant-member-init check. --- src/buildtool/execution_api/remote/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/execution_api/remote/config.cpp') diff --git a/src/buildtool/execution_api/remote/config.cpp b/src/buildtool/execution_api/remote/config.cpp index c2832c1b..7a73eaa1 100644 --- a/src/buildtool/execution_api/remote/config.cpp +++ b/src/buildtool/execution_api/remote/config.cpp @@ -27,7 +27,7 @@ auto RemoteExecutionConfig::Builder::Build() const noexcept -> expected { // To not duplicate default arguments in builder, create a default config // and copy arguments from there. - RemoteExecutionConfig const default_config; + RemoteExecutionConfig const default_config{}; // Set remote endpoint. auto remote_address = default_config.remote_address; -- cgit v1.2.3