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 6b3ca5f commit 5eab1c6Copy full SHA for 5eab1c6
1 file changed
google/cloud/storage/internal/hash_validator.cc
@@ -65,7 +65,7 @@ std::unique_ptr<HashValidator> CreateHashValidator(
65
}
66
67
std::unique_ptr<HashValidator> CreateHashValidator(
68
- ResumableUploadRequest const& request) {
+ ResumableUploadRequest const& /*request*/) {
69
auto const settings = GetUploadChecksumSettings(
70
google::cloud::internal::CurrentOptions());
71
auto const disable_md5 = settings.md5;
0 commit comments