@@ -66,7 +66,7 @@ The following sections list the warnings introduced by each version of Visual C+
66
66
67
67
## Warnings introduced in Visual Studio 2022 version 17.13 (compiler version 19.43)
68
68
69
- These warnings, and all warnings in later versions, are suppressed by using the compiler option ** ` /Wv:19.43 ` ** .
69
+ These warnings, and all warnings in later versions, are suppressed by using the compiler option ** ` /Wv:19.42 ` ** .
70
70
71
71
| Warning | Message |
72
72
| --| --|
@@ -76,7 +76,7 @@ These warnings, and all warnings in later versions, are suppressed by using the
76
76
77
77
## Warnings introduced in Visual Studio 2022 version 17.12 (compiler version 19.42)
78
78
79
- These warnings, and all warnings in later versions, are suppressed by using the compiler option ** ` /Wv:19.42 ` ** .
79
+ These warnings, and all warnings in later versions, are suppressed by using the compiler option ** ` /Wv:19.41 ` ** .
80
80
81
81
| Warning | Message |
82
82
| --| --|
@@ -92,7 +92,7 @@ There were no new warnings introduced in 17.11
92
92
93
93
## Warnings introduced in Visual Studio 2022 version 17.10 (compiler version 19.40)
94
94
95
- These warnings, and all warnings in later versions, are suppressed by using the compiler option ** ` /Wv:19.40 ` ** .
95
+ These warnings, and all warnings in later versions, are suppressed by using the compiler option ** ` /Wv:19.39 ` ** .
96
96
97
97
| Warning | Message |
98
98
| --| --|
@@ -107,7 +107,7 @@ These warnings, and all warnings in later versions, are suppressed by using the
107
107
108
108
## Warnings introduced in Visual Studio 2022 version 17.9 (compiler version 19.39)
109
109
110
- These warnings, and all warnings in later versions, are suppressed by using the compiler option ** ` /Wv:19.39 ` ** .
110
+ These warnings, and all warnings in later versions, are suppressed by using the compiler option ** ` /Wv:19.38 ` ** .
111
111
112
112
| Warning | Message |
113
113
| --| --|
@@ -116,7 +116,7 @@ These warnings, and all warnings in later versions, are suppressed by using the
116
116
117
117
## Warnings introduced in Visual Studio 2022 version 17.8 (compiler version 19.38)
118
118
119
- These warnings, and all warnings in later versions, are suppressed by using the compiler option ** ` /Wv:19.38 ` ** .
119
+ These warnings, and all warnings in later versions, are suppressed by using the compiler option ** ` /Wv:19.37 ` ** .
120
120
121
121
| Warning | Message |
122
122
| --| --|
0 commit comments