Fix compiler warning (#403)

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

View File

@ -1091,7 +1091,7 @@ namespace Azure { namespace Storage { namespace Blobs {
struct BlobContainerAccessPolicy
{
PublicAccessType AccessType;
PublicAccessType AccessType = PublicAccessType::Private;
std::string ETag;
std::string LastModified;
std::vector<BlobSignedIdentifier> SignedIdentifiers;