Skip to content

Commit

Permalink
chore: Eliminate clang warning (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
chakaz authored Jan 16, 2025
1 parent fb5e395 commit 05c316e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/cloud/azure/storage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class WriteFile : public detail::AbstractStorageFile {
error_code Close() override;

private:
error_code Upload();
error_code Upload() override;

using UploadRequest = detail::DynamicBodyRequestImpl;
using UploadBlockListRequest = detail::DynamicBodyRequestImpl;
Expand Down

0 comments on commit 05c316e

Please sign in to comment.