[PR #13926] [MERGED] Fix a few C++ Warnings, default a bunch of ctors/dtors #29828

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13926
Author: @SiliconA-Z
Created: 9/4/2022
Status: Merged
Merged: 10/12/2022
Merged by: @carlos-zamora

Base: mainHead: OK


📝 Commits (2)

📊 Changes

45 files changed (+61 additions, -117 deletions)

View changed files

📝 src/buffer/out/cursor.cpp (+1 -3)
📝 src/cascadia/Remoting/Monarch.cpp (+1 -3)
📝 src/cascadia/TerminalApp/DebugTapConnection.cpp (+1 -3)
📝 src/cascadia/TerminalConnection/EchoConnection.cpp (+1 -3)
📝 src/cascadia/TerminalCore/Terminal.hpp (+1 -1)
📝 src/cascadia/TerminalSettingsEditor/PreviewConnection.cpp (+1 -3)
📝 src/cascadia/TerminalSettingsModel/Command.cpp (+1 -3)
📝 src/cascadia/TerminalSettingsModel/IDynamicProfileGenerator.h (+1 -1)
📝 src/cascadia/WindowsTerminal/NonClientIslandWindow.cpp (+1 -3)
📝 src/host/cmdline.cpp (+1 -3)
📝 src/host/input.cpp (+2 -1)
📝 src/host/inputBuffer.cpp (+1 -3)
📝 src/host/inputKeyInfo.cpp (+1 -3)
📝 src/host/readDataDirect.cpp (+1 -3)
📝 src/host/readDataRaw.cpp (+1 -3)
📝 src/host/registry.cpp (+1 -3)
📝 src/inc/til/spsc.h (+1 -1)
📝 src/interactivity/win32/menu.cpp (+1 -3)
📝 src/renderer/inc/IRenderData.hpp (+1 -1)
📝 src/renderer/inc/IRenderEngine.hpp (+1 -3)

...and 25 more files

📄 Description

No behavioral changes, just some modernizations like replacing empty methods with default and using _v instead of ::value for some types.


🔄 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/13926 **Author:** [@SiliconA-Z](https://github.com/SiliconA-Z) **Created:** 9/4/2022 **Status:** ✅ Merged **Merged:** 10/12/2022 **Merged by:** [@carlos-zamora](https://github.com/carlos-zamora) **Base:** `main` ← **Head:** `OK` --- ### 📝 Commits (2) - [`74ec8dd`](https://github.com/microsoft/terminal/commit/74ec8dd2bccc4151d7fd8e3d4d3a316a5d316ab8) Some C++ fixes - [`db692a8`](https://github.com/microsoft/terminal/commit/db692a876fcef96815a28fa252c59a664aa7e3c5) Update src/types/KeyEvent.cpp ### 📊 Changes **45 files changed** (+61 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `src/buffer/out/cursor.cpp` (+1 -3) 📝 `src/cascadia/Remoting/Monarch.cpp` (+1 -3) 📝 `src/cascadia/TerminalApp/DebugTapConnection.cpp` (+1 -3) 📝 `src/cascadia/TerminalConnection/EchoConnection.cpp` (+1 -3) 📝 `src/cascadia/TerminalCore/Terminal.hpp` (+1 -1) 📝 `src/cascadia/TerminalSettingsEditor/PreviewConnection.cpp` (+1 -3) 📝 `src/cascadia/TerminalSettingsModel/Command.cpp` (+1 -3) 📝 `src/cascadia/TerminalSettingsModel/IDynamicProfileGenerator.h` (+1 -1) 📝 `src/cascadia/WindowsTerminal/NonClientIslandWindow.cpp` (+1 -3) 📝 `src/host/cmdline.cpp` (+1 -3) 📝 `src/host/input.cpp` (+2 -1) 📝 `src/host/inputBuffer.cpp` (+1 -3) 📝 `src/host/inputKeyInfo.cpp` (+1 -3) 📝 `src/host/readDataDirect.cpp` (+1 -3) 📝 `src/host/readDataRaw.cpp` (+1 -3) 📝 `src/host/registry.cpp` (+1 -3) 📝 `src/inc/til/spsc.h` (+1 -1) 📝 `src/interactivity/win32/menu.cpp` (+1 -3) 📝 `src/renderer/inc/IRenderData.hpp` (+1 -1) 📝 `src/renderer/inc/IRenderEngine.hpp` (+1 -3) _...and 25 more files_ </details> ### 📄 Description No behavioral changes, just some modernizations like replacing empty methods with default and using _v instead of ::value for some types. --- <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:37:07 +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#29828