From 90eac149cffe5fc019b32d3880a4f7ff14d9cacf Mon Sep 17 00:00:00 2001 From: githubzilla Date: Thu, 14 Nov 2024 10:51:21 +0800 Subject: [PATCH] Fix unused parameter warning(as error) --- cloud/cloud_file_system.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/cloud_file_system.cc b/cloud/cloud_file_system.cc index bc9d78e3da0..7004fcaa027 100644 --- a/cloud/cloud_file_system.cc +++ b/cloud/cloud_file_system.cc @@ -473,6 +473,7 @@ Status CloudFileSystemEnv::NewGcpFileSystem( } int DoRegisterCloudObjects(ObjectLibrary& library, const std::string& arg) { + (void) arg; // Suppress unused parameter warning int count = 0; // Register the FileSystem types library.AddFactory(