Skip to content

Commit 07e2547

Browse files
authored
Merge pull request MicrosoftDocs#5563 from Rageking8/update-warning-level-flag-for-example-in-c4373-warning-reference
Update warning level flag for example in C4373 warning reference
2 parents 638bafc + 4815abc commit 07e2547

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-3-c4373.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
description: "Learn more about: Compiler Warning (level 4) C4373"
32
title: "Compiler Warning (level 4) C4373"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Compiler Warning (level 4) C4373"
4+
ms.date: 11/04/2016
55
f1_keywords: ["C4373"]
66
helpviewer_keywords: ["C4373"]
77
---
@@ -21,7 +21,7 @@ The following code example generates warning C4373. To resolve this issue, make
2121

2222
```cpp
2323
// c4373.cpp
24-
// compile with: /c /W3
24+
// compile with: /c /W4
2525
#include <stdio.h>
2626
struct Base
2727
{

0 commit comments

Comments
 (0)