Skip to content

Commit 0502827

Browse files
authored
Update compiler-warning-level-4-c4254.md
1 parent 10abe54 commit 0502827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ helpviewer_keywords: ["C4254"]
1111
1212
A larger bit field was assigned to a smaller bit field. There could be a loss of data.
1313

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

1616
The following sample generates C4254:
1717

0 commit comments

Comments
 (0)