Skip to content

Commit 269828b

Browse files
authored
Update compiler-warning-level-4-c4365.md
1 parent 01855f0 commit 269828b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-4-c4365.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ helpviewer_keywords: ["C4365"]
99

1010
> 'action' : conversion from 'type_1' to 'type_2', signed/unsigned mismatch
1111
12-
For example, you tried to convert an unsigned value to a signed value. This can cause unexpected results if the source value at runtime in not in the range of the destination type. Such as a negative value being convrted into a signed value.
12+
For example, you tried to convert an unsigned value to a signed value. This pattern can cause unexpected results when the source value at runtime in not in the range of the destination type. Such as a negative value being converted into a signed value.
1313

14-
C4365 is off by default. For more information, see [Compiler Warnings That Are Off by Default](../../preprocessor/compiler-warnings-that-are-off-by-default.md).
14+
C4365 is off by default. For more information, see [Compiler Warnings That Are Off by Default](../../preprocessor/compiler-warnings-that-are-off-by-default.md).
1515

1616
## Example
1717

0 commit comments

Comments
 (0)