Skip to content

Commit 1998af4

Browse files
Updated C6276
Updated to display new warning message
1 parent 9eabd78 commit 1998af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6276.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 88f288da-da81-4d32-ab0f-be9d01a2606a
99
---
1010
# Warning C6276
1111

12-
> Cast between semantically different string types: char* to wchar_t\*. Use of invalid string can lead to undefined behavior.
12+
> Cast between semantically different string types. Use of an invalid string can lead to undefined behavior.
1313
1414
This warning indicates a potentially incorrect cast from a narrow character string (`char_t*`) to a wide character string (`wchar_t *`).
1515

0 commit comments

Comments
 (0)