We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f602fd commit b86b697Copy full SHA for b86b697
docs/code-quality/c6064.md
@@ -9,7 +9,7 @@ ms.assetid: d8f126aa-b093-440e-820f-65b8e6cffaba
9
---
10
# Warning C6064
11
12
-> Missing integer argument to '\**function-name*' corresponding to conversion specifier '\**number*'
+> Missing integer argument to '*function-name*' corresponding to conversion specifier '*number*'
13
14
This warning indicates that not enough arguments are being provided to match a format string and one of the missing arguments is an integer.
15
0 commit comments