-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix audit failures in TerminalCore (#15002)
## 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.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters