Skip to content

Commit 0e7d9bf

Browse files
authored
Enhance C4036 warning example explanation
Clarify example for C4036 warning resolution.
1 parent 6639ae8 commit 0e7d9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4036.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Specify a type name to resolve this warning.
1717

1818
## Example
1919

20-
The following example generates C4036.
20+
The following example generates C4036 and shows how to fix it by providing a type name.
2121

2222
```c
2323
// C4036.c

0 commit comments

Comments
 (0)