[PR #15952] Fix a number of minor issues that Clang flagged (again!) #30791

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

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

State: closed
Merged: Yes


  • [[nodiscard]] and [[maybe_unused]] must come before virtual and static qualifiers
  • We were calling the jsoncpp constructors directly (again) as functions (again)
  • Some of our preprocessor #endif lines were quite messed up (-Winvalid-token)
  • One of our test projects was using somebody else's precomp.h

Related to #14871

**Original Pull Request:** https://github.com/microsoft/terminal/pull/15952 **State:** closed **Merged:** Yes --- * `[[nodiscard]]` and `[[maybe_unused]]` must come before `virtual` and `static` qualifiers * We were calling the jsoncpp constructors directly (again) as functions (again) * Some of our preprocessor `#endif` lines were quite messed up (`-Winvalid-token`) * One of our test projects was using somebody else's `precomp.h` Related to #14871
claunia added the pull-request label 2026-01-31 09:42: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#30791