Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinming-Hu committed May 30, 2024
1 parent 929035c commit 39bfc6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace Azure { namespace Storage { namespace _internal {
const std::unique_ptr<Core::Http::RawResponse>& response,
const Core::Http::Policies::RetryOptions& retryOptions) const
{
(void)retryOptions;
if (static_cast<std::underlying_type_t<Core::Http::HttpStatusCode>>(response->GetStatusCode())
>= 400)
{
Expand Down

0 comments on commit 39bfc6e

Please sign in to comment.