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 9eabd78 commit 1998af4Copy full SHA for 1998af4
docs/code-quality/c6276.md
@@ -9,7 +9,7 @@ ms.assetid: 88f288da-da81-4d32-ab0f-be9d01a2606a
9
---
10
# Warning C6276
11
12
-> Cast between semantically different string types: char* to wchar_t\*. Use of invalid string can lead to undefined behavior.
+> Cast between semantically different string types. Use of an invalid string can lead to undefined behavior.
13
14
This warning indicates a potentially incorrect cast from a narrow character string (`char_t*`) to a wide character string (`wchar_t *`).
15
0 commit comments