Skip to content

Commit 01855f0

Browse files
authored
Update compiler-warning-level-4-c4339.md
1 parent 0230c9a commit 01855f0

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-c4339.md

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

1010
> 'type' : use of undefined type detected in WinRT or CLR meta-data - use of this type may lead to a runtime exception
1111
12-
A type was not defined in code that was compiled for Windows Runtime or the common language runtime. Define the type to avoid a possible runtime exception.
12+
A type wasn't defined in code that was compiled for Windows Runtime or the common language runtime. Define the type to avoid a possible runtime exception.
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 more information, see [Compiler Warnings That Are Off by Default](../../preprocessor/compiler-warnings-that-are-off-by-default.md).
1515

1616
The following sample generates C4339 and shows how to fix it:
1717

0 commit comments

Comments
 (0)