[PR #10727] Fix building with v143 toolchain #28203

Closed
opened 2026-01-31 09:26:58 +00:00 by claunia · 0 comments
Owner

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

State: closed
Merged: Yes


Visual Studio 2022 Preview recently released the v143 toolchain.
C4189 is now flagging several unused variables, which breaks our build.

PR Checklist

  • I work here
  • Tests added/passed

Validation Steps Performed

  • CascadiaPackage builds ✔️
  • All tests build ✔️
**Original Pull Request:** https://github.com/microsoft/terminal/pull/10727 **State:** closed **Merged:** Yes --- Visual Studio 2022 Preview recently released the v143 toolchain. C4189 is now flagging several unused variables, which breaks our build. ## PR Checklist * [x] I work here * [x] Tests added/passed ## Validation Steps Performed * CascadiaPackage builds ✔️ * All tests build ✔️
claunia added the pull-request label 2026-01-31 09:26:58 +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#28203