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 87c65b5 commit 7756141Copy full SHA for 7756141
docs/code-quality/c6303.md
@@ -9,7 +9,7 @@ ms.assetid: b29aa352-9382-49d4-aeb8-03f34b0639a0
9
---
10
# Warning C6303
11
12
-> Format string mismatch: wide character string passed as parameter '\**number*' when character string is required in call to '\**function-name*'
+> Format string mismatch: wide character string passed as parameter '*number*' when character string is required in call to '*function-name*'
13
14
This warning indicates that a format string is being passed a wide character string when a narrow character string is specified.
15
0 commit comments