Skip to content

Commit 7472f97

Browse files
committed
warning fix
1 parent 70452d5 commit 7472f97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generated/src/aws-cpp-sdk-s3/source/S3ExpressIdentityResolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ DefaultS3ExpressIdentityResolver::DefaultS3ExpressIdentityResolver(const S3Clien
113113
DefaultS3ExpressIdentityResolver::DefaultS3ExpressIdentityResolver(
114114
const S3Client& s3Client,
115115
std::shared_ptr<Utils::ConcurrentCache<Aws::String, AwsCredentialIdentity>> credentialsCache)
116-
: S3ExpressIdentityResolver{s3Client}, m_credentialsCache{credentialsCache} {};
116+
: S3ExpressIdentityResolver{s3Client}, m_credentialsCache{credentialsCache} {}
117117

118118
DefaultS3ExpressIdentityResolver::DefaultS3ExpressIdentityResolver(const S3Client& s3Client, const std::shared_ptr<Aws::Auth::AWSCredentialsProvider> credentialProvider):
119119
S3ExpressIdentityResolver{s3Client,credentialProvider}, m_credentialsCache{Aws::MakeShared<Aws::Utils::ConcurrentCache<Aws::String, AwsCredentialIdentity>>(S3_EXPRESS_IDENTITY_PROVIDER,

tools/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/smithy/SmithyS3ExpressIdentityProviderSource.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ DefaultS3ExpressIdentityResolver::DefaultS3ExpressIdentityResolver(const S3Clien
113113
DefaultS3ExpressIdentityResolver::DefaultS3ExpressIdentityResolver(
114114
const S3Client& s3Client,
115115
std::shared_ptr<Utils::ConcurrentCache<Aws::String, AwsCredentialIdentity>> credentialsCache)
116-
: S3ExpressIdentityResolver{s3Client}, m_credentialsCache{credentialsCache} {};
116+
: S3ExpressIdentityResolver{s3Client}, m_credentialsCache{credentialsCache} {}
117117

118118
DefaultS3ExpressIdentityResolver::DefaultS3ExpressIdentityResolver(const S3Client& s3Client, const std::shared_ptr<Aws::Auth::AWSCredentialsProvider> credentialProvider):
119119
S3ExpressIdentityResolver{s3Client,credentialProvider}, m_credentialsCache{Aws::MakeShared<Aws::Utils::ConcurrentCache<Aws::String, AwsCredentialIdentity>>(S3_EXPRESS_IDENTITY_PROVIDER,

0 commit comments

Comments
 (0)