Skip to content

Commit 5eab1c6

Browse files
committed
fix: resolve unused parameter warning in hash_validator.cc
1 parent 6b3ca5f commit 5eab1c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/storage/internal/hash_validator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ std::unique_ptr<HashValidator> CreateHashValidator(
6565
}
6666

6767
std::unique_ptr<HashValidator> CreateHashValidator(
68-
ResumableUploadRequest const& request) {
68+
ResumableUploadRequest const& /*request*/) {
6969
auto const settings = GetUploadChecksumSettings(
7070
google::cloud::internal::CurrentOptions());
7171
auto const disable_md5 = settings.md5;

0 commit comments

Comments
 (0)