Skip to content

Add C6064 "See also" link in C4473 warning reference#5635

Merged
v-regandowner merged 5 commits into
MicrosoftDocs:mainfrom
Rageking8:add-c6064-see-also-link-in-c4473-warning-reference
Jan 28, 2026
Merged

Add C6064 "See also" link in C4473 warning reference#5635
v-regandowner merged 5 commits into
MicrosoftDocs:mainfrom
Rageking8:add-c6064-see-also-link-in-c4473-warning-reference

Conversation

@Rageking8

Copy link
Copy Markdown
Contributor

Add C6064 "See also" link in C4473 as C6064 links to it and the following emits both warnings together:

#include <cstdio>

int main()
{
    std::printf("%d");   // C4473, C6064
}

@prmerger-automator

Copy link
Copy Markdown
Contributor

@Rageking8 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 38fcfd6:

✅ Validation status: passed

File Status Preview URL Details
docs/code-quality/c6064.md ✅Succeeded
docs/error-messages/compiler-warnings/c4473.md ✅Succeeded

For more details, please refer to the build report.

@v-regandowner

Copy link
Copy Markdown
Contributor

@TylerMSFT - Can you review the proposed changes?

IMPORTANT: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator Bot added the aq-pr-triaged Tracking label for the PR review team label Aug 8, 2025
Clarified the explanation of the warning related to missing integer arguments in sprintf_s.
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 7d27af0:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
❌Error Details

  • [Error: CannotMergeCommit] Cannot merge commit 7d27af0e765f62ccf8678926d10d967c989df3cc in branch add-c6064-see-also-link-in-c4473-warning-reference of repository https://github.com/Rageking8/cpp-docs into branch main (commit d54db331dca46569b595837d43cb2ae79f224613). Please follow this documentation: https://help.github.com/articles/resolving-a-merge-conflict-using-the-command-line/ to use git.exe to resolve you content conflicts locally and then push to remote.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 9e1eb4e:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
❌Error Details

  • [Error: CannotMergeCommit] Cannot merge commit 9e1eb4e8e6440e96369d65371c670397cb406c6e in branch add-c6064-see-also-link-in-c4473-warning-reference of repository https://github.com/Rageking8/cpp-docs into branch main (commit d54db331dca46569b595837d43cb2ae79f224613). Please follow this documentation: https://help.github.com/articles/resolving-a-merge-conflict-using-the-command-line/ to use git.exe to resolve you content conflicts locally and then push to remote.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 6eef3a1:

✅ Validation status: passed

File Status Preview URL Details
docs/code-quality/c6064.md ✅Succeeded
docs/error-messages/compiler-warnings/c4473.md ✅Succeeded

For more details, please refer to the build report.

@TylerMSFT

Copy link
Copy Markdown
Collaborator

#sign-off

@v-regandowner v-regandowner merged commit 388a52c into MicrosoftDocs:main Jan 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants