We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ffa6b commit 90eac14Copy full SHA for 90eac14
cloud/cloud_file_system.cc
@@ -473,6 +473,7 @@ Status CloudFileSystemEnv::NewGcpFileSystem(
473
}
474
475
int DoRegisterCloudObjects(ObjectLibrary& library, const std::string& arg) {
476
+ (void) arg; // Suppress unused parameter warning
477
int count = 0;
478
// Register the FileSystem types
479
library.AddFactory<FileSystem>(
0 commit comments