Skip to content

Conversation

VDanielEdwards
Copy link
Member

Subject

Fixes unused parameter warnings that broke the nightly build.

Developer checklist (address before review)

  • Changelog.md updated
  • Prepared update for depending repositories
  • Documentation updated (public API changes only)
  • API docstrings updated (public API changes only)
  • Rebase → commit history clean
  • Squash and merge → proper PR title

@VDanielEdwards VDanielEdwards self-assigned this Oct 20, 2025
Copy link
Collaborator

@MariusBgm MariusBgm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! thanks for fixing

if constexpr (std::is_same_v<SilKitMessageT, SilKit::Services::Logging::LogMsg>)
{
// Don't trace LogMessages - this could cause cycles!
SILKIT_UNUSED_ARG(logger);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why this didn't cause errors on my VS2022 workspace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants