Skip to content

Commit 90eac14

Browse files
committed
Fix unused parameter warning(as error)
1 parent 88ffa6b commit 90eac14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloud/cloud_file_system.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ Status CloudFileSystemEnv::NewGcpFileSystem(
473473
}
474474

475475
int DoRegisterCloudObjects(ObjectLibrary& library, const std::string& arg) {
476+
(void) arg; // Suppress unused parameter warning
476477
int count = 0;
477478
// Register the FileSystem types
478479
library.AddFactory<FileSystem>(

0 commit comments

Comments
 (0)