Fix compiler warning (#404)

This commit is contained in:
JinmingHu 2020-08-06 07:47:36 +08:00 committed by GitHub
parent 5e596b723e
commit 1081ed6979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ namespace Azure { namespace Storage {
{
explicit StorageError(const std::string& message) : std::runtime_error(message) {}
Azure::Core::Http::HttpStatusCode StatusCode;
Azure::Core::Http::HttpStatusCode StatusCode = Azure::Core::Http::HttpStatusCode::None;
std::string ReasonPhrase;
std::string ClientRequestId;
std::string RequestId;