Skip to content
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

Disable Clang 15's -Wunqualified-std-cast-call in testing #3149

Closed
wants to merge 1 commit into from

Conversation

CaseyCarter
Copy link
Contributor

@CaseyCarter CaseyCarter commented Oct 10, 2022

... except for the "include each header alone" test. That test covers only product code, which should not trigger this warning.

Fixes #3134

... except for the "include each header alone" test. It covers only product code, which should not trigger this warning.

Fixes microsoft#3134
@CaseyCarter CaseyCarter added the test Related to test code label Oct 10, 2022
@CaseyCarter CaseyCarter requested a review from a team as a code owner October 10, 2022 23:18
@CaseyCarter
Copy link
Contributor Author

Derp: the old compiler is diagnosing the unrecognized command line argument that disables the warning in the new compiler. We'll either need to add the "don't warn about unrecognized arguments" option, or delay merging this until the actual toolset update that includes Clang 15.

@CaseyCarter CaseyCarter marked this pull request as draft October 11, 2022 01:06
@StephanTLavavej
Copy link
Member

I'll add this to the toolset update I'm working on, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Related to test code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test: hundreds of failures with Clang 15.0.1
2 participants