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

Fix audit failures in TerminalCore #15002

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

j4james
Copy link
Collaborator

@j4james j4james commented Mar 16, 2023

Summary of the Pull Request

This fixes a couple of audit failures in TerminalCore where the
compiler was complaining about functions that should have been declared
as noexcept.

These failures have actually existed for a while, but you'd only see
them if you ran the audit build locally. They only recently started
showing up on the CI build server - I'm guessing because the compiler
there has now been upgraded.

Validation Steps Performed

Compiled the audit build locally and it no longer fails.

@j4james j4james marked this pull request as ready for review March 16, 2023 11:24
@lhecker lhecker added the Area-CodeHealth Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc. label Mar 16, 2023
@lhecker lhecker merged commit 7562c81 into microsoft:main Mar 16, 2023
@j4james j4james deleted the fix-terminalcore-audit branch March 21, 2023 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-CodeHealth Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants