[PR #2660] [MERGED] warnings as errors for cppwinrt projects and fix the warnings. #25024

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/2660
Author: @miniksa
Created: 9/4/2019
Status: Merged
Merged: 9/5/2019
Merged by: @DHowett-MSFT

Base: masterHead: dev/miniksa/cascadia_warnings


📝 Commits (5)

  • 55c2467 warnings as errors for cppwinrt projects and fix the warnings.
  • 0d8cdf9 signed/unsigned mismatch.
  • 2fa1446 code formatting
  • df16ab6 Merge branch 'master' into dev/miniksa/cascadia_warnings
  • 3eb5d83 fix warnings after merge from master.

📊 Changes

8 files changed (+42 additions, -37 deletions)

View changed files

📝 src/cascadia/TerminalApp/CascadiaSettings.cpp (+1 -1)
📝 src/cascadia/TerminalConnection/AzureConnection.cpp (+31 -27)
📝 src/cascadia/TerminalControl/TermControl.cpp (+1 -1)
📝 src/cascadia/TerminalControl/TermControlAutomationPeer.cpp (+1 -1)
📝 src/cascadia/WindowsTerminal/AppHost.cpp (+2 -2)
📝 src/cascadia/WindowsTerminal/IslandWindow.h (+2 -2)
📝 src/cascadia/WindowsTerminal/WindowUiaProvider.cpp (+3 -3)
📝 src/cppwinrt.build.pre.props (+1 -0)

📄 Description

PR Checklist

  • Closes something that bothered me while setting up audit
  • I'm an employee
  • No tests, it's a warnings thing
  • No documentation
  • I'm a core contributor

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/2660 **Author:** [@miniksa](https://github.com/miniksa) **Created:** 9/4/2019 **Status:** ✅ Merged **Merged:** 9/5/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/miniksa/cascadia_warnings` --- ### 📝 Commits (5) - [`55c2467`](https://github.com/microsoft/terminal/commit/55c2467a05f7de5352ec24877284683622cec8df) warnings as errors for cppwinrt projects and fix the warnings. - [`0d8cdf9`](https://github.com/microsoft/terminal/commit/0d8cdf9bec6d05792ba58c91c3b7de543beb7941) signed/unsigned mismatch. - [`2fa1446`](https://github.com/microsoft/terminal/commit/2fa144645d871fc60d3d3da1590d98cb45e33968) code formatting - [`df16ab6`](https://github.com/microsoft/terminal/commit/df16ab63a2d23149f2321eee9d31d6a3c5c01b6a) Merge branch 'master' into dev/miniksa/cascadia_warnings - [`3eb5d83`](https://github.com/microsoft/terminal/commit/3eb5d83b0691f89fe11a4d7d6a922d5838f4050e) fix warnings after merge from master. ### 📊 Changes **8 files changed** (+42 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/CascadiaSettings.cpp` (+1 -1) 📝 `src/cascadia/TerminalConnection/AzureConnection.cpp` (+31 -27) 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+1 -1) 📝 `src/cascadia/TerminalControl/TermControlAutomationPeer.cpp` (+1 -1) 📝 `src/cascadia/WindowsTerminal/AppHost.cpp` (+2 -2) 📝 `src/cascadia/WindowsTerminal/IslandWindow.h` (+2 -2) 📝 `src/cascadia/WindowsTerminal/WindowUiaProvider.cpp` (+3 -3) 📝 `src/cppwinrt.build.pre.props` (+1 -0) </details> ### 📄 Description <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [X] Closes something that bothered me while setting up audit * [X] I'm an employee * [X] No tests, it's a warnings thing * [X] No documentation * [X] I'm a core contributor --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:06:47 +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#25024