Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/code-quality/c6064.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Warning C6064"
description: "Learn more about: Warning C6064"
title: Warning C6064
ms.date: 2/07/2023
f1_keywords: ["C6064", "MISSING_INTEGER_ARGUMENT_TO_FORMAT_FUNCTION", "__WARNING_MISSING_INTEGER_ARGUMENT_TO_FORMAT_FUNCTION"]
helpviewer_keywords: ["C6064"]
Expand Down
8 changes: 6 additions & 2 deletions docs/error-messages/compiler-warnings/c4473.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: "Learn more about: Compiler Warning (level 1) C4473"
title: "Compiler Warning C4473"
ms.date: "02/16/2018"
description: "Learn more about: Compiler Warning (level 1) C4473"
ms.date: 02/16/2018
f1_keywords: ["C4473"]
helpviewer_keywords: ["C4473"]
---
Expand Down Expand Up @@ -54,3 +54,7 @@ void scan_func(int a, float f)
```

In this example, **scanf_s** requires two arguments for each placeholder, one to supply the address to write to, and a second to supply the size of the first. Check the documentation for each library function for an explanation of the required arguments.

## See also

[C6064](../../code-quality/c6064.md)