Skip to content

Remove 19.41 from Compiler Warnings by compiler version #5220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ These versions of the compiler introduced new warnings:
|--|--|
| Visual Studio 2022 version 17.13 | 19.43 |
| Visual Studio 2022 version 17.12 | 19.42 |
| Visual Studio 2022 version 17.11 | 19.41 |
| Visual Studio 2022 version 17.10 | 19.40 |
| Visual Studio 2022 version 17.9 | 19.39 |
| Visual Studio 2022 version 17.8 | 19.38 |
Expand Down Expand Up @@ -84,11 +83,6 @@ These warnings, and all warnings in later versions, are suppressed by using the
|C5306| parameter array behavior change: overload '*identifier 1*' resolved to '*identifier 2*'; previously, it would have resolved to '*identifier 3*'. Use `/clr:ECMAParamArray` to revert to old behavior
|C5307| '*function*': argument (*argument number*) converted from '*type 1*' to '*type 2*'. Missing '`L`' encoding-prefix for character literal?


## Warnings introduced in Visual Studio 2022 version 17.11 (compiler version 19.41)

There were no new warnings introduced in 17.11

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

These warnings, and all warnings in later versions, are suppressed by using the compiler option **`/Wv:19.39`**.
Expand Down