Skip to content

Commit

Permalink
Fix unused parameter warning(as error)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubzilla committed Nov 14, 2024
1 parent 88ffa6b commit 90eac14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/cloud_file_system.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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<FileSystem>(
Expand Down

0 comments on commit 90eac14

Please sign in to comment.