Skip to content

Commit cf7ce53

Browse files
committed
Initialize m_HttpResponseCode to fix clang-tidy uninitialized field warning
1 parent f10d822 commit cf7ce53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generated/src/aws-cpp-sdk-s3/include/aws/s3/model/AbortMultipartUploadResult.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class AbortMultipartUploadResult {
6161
RequestCharged m_requestCharged{RequestCharged::NOT_SET};
6262

6363
Aws::String m_requestId;
64-
Aws::Http::HttpResponseCode m_HttpResponseCode;
64+
Aws::Http::HttpResponseCode m_HttpResponseCode{};
6565
bool m_requestChargedHasBeenSet = false;
6666
bool m_requestIdHasBeenSet = false;
6767
};

0 commit comments

Comments
 (0)