Skip to content

Commit 0d36b2f

Browse files
authored
Merge pull request #5215 from Rageking8/fix-off-by-one-error-in-compiler-warnings-by-compiler-version
Fix off-by-one error in Compiler Warnings by compiler version
2 parents 723fe2f + 11a2bea commit 0d36b2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/error-messages/compiler-warnings/compiler-warnings-by-compiler-version.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following sections list the warnings introduced by each version of Visual C+
6666

6767
## Warnings introduced in Visual Studio 2022 version 17.13 (compiler version 19.43)
6868

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`**.
7070

7171
| Warning | Message |
7272
|--|--|
@@ -76,7 +76,7 @@ These warnings, and all warnings in later versions, are suppressed by using the
7676

7777
## Warnings introduced in Visual Studio 2022 version 17.12 (compiler version 19.42)
7878

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`**.
8080

8181
| Warning | Message |
8282
|--|--|
@@ -92,7 +92,7 @@ There were no new warnings introduced in 17.11
9292

9393
## Warnings introduced in Visual Studio 2022 version 17.10 (compiler version 19.40)
9494

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`**.
9696

9797
| Warning | Message |
9898
|--|--|
@@ -107,7 +107,7 @@ These warnings, and all warnings in later versions, are suppressed by using the
107107

108108
## Warnings introduced in Visual Studio 2022 version 17.9 (compiler version 19.39)
109109

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`**.
111111

112112
| Warning | Message |
113113
|--|--|
@@ -116,7 +116,7 @@ These warnings, and all warnings in later versions, are suppressed by using the
116116

117117
## Warnings introduced in Visual Studio 2022 version 17.8 (compiler version 19.38)
118118

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`**.
120120

121121
| Warning | Message |
122122
|--|--|

0 commit comments

Comments
 (0)