[PR #15002] Fix audit failures in TerminalCore #30344

Open
opened 2026-01-31 09:40:13 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/15002

State: closed
Merged: Yes


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.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/15002 **State:** closed **Merged:** Yes --- ## 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.
claunia added the pull-request label 2026-01-31 09:40:13 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30344