From 39bfc6e413c98f5d3ee68f438db11fb49b83a390 Mon Sep 17 00:00:00 2001 From: Jinming Hu Date: Thu, 30 May 2024 17:25:00 +0800 Subject: [PATCH] fix warning --- sdk/storage/azure-storage-common/src/storage_retry_policy.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/storage/azure-storage-common/src/storage_retry_policy.cpp b/sdk/storage/azure-storage-common/src/storage_retry_policy.cpp index 4d2e9547210..035a23aa2bd 100644 --- a/sdk/storage/azure-storage-common/src/storage_retry_policy.cpp +++ b/sdk/storage/azure-storage-common/src/storage_retry_policy.cpp @@ -11,6 +11,7 @@ namespace Azure { namespace Storage { namespace _internal { const std::unique_ptr& response, const Core::Http::Policies::RetryOptions& retryOptions) const { + (void)retryOptions; if (static_cast>(response->GetStatusCode()) >= 400) {