Skip to content

Conversation

@scott-snyder
Copy link
Contributor

Unused variables.

BEGINRELEASENOTES

  • Fix some unused variable warnings seen when compiling with clang.
    ENDRELEASENOTES

@scott-snyder
Copy link
Contributor Author

In the tests, we were getting the warnings because the variable in question was used only in assert(), which was being suppressed. Rather then suppress the unused variable warning, instead undefine NDEBUG for these sources so that the assertions are always there.

Unused variables.
@tmadlener tmadlener enabled auto-merge (squash) October 13, 2025 07:06
@tmadlener tmadlener merged commit 4d3c69b into iLCSoft:master Oct 13, 2025
4 checks passed
@tmadlener
Copy link
Contributor

Thanks a lot.

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