Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Clang Compiler Warnings (Errors) #114

Merged
merged 4 commits into from
Feb 19, 2025
Merged

Fix Clang Compiler Warnings (Errors) #114

merged 4 commits into from
Feb 19, 2025

Conversation

OliverGlandberger
Copy link
Contributor

@OliverGlandberger OliverGlandberger commented Feb 18, 2025

When compiling with Clang on Windows / Linux there were a few warnings that didn't appear in the other compilers we tested:

  • Unused private member variable
  • Unused 'this' sent into lambda function
  • Incorrect vector constructor syntax
  • Missing curly brackets from subobjects in initializer list provided to vector

Tests Run

  • Compiled with Clang (Windows)
  • Compiled with Clang (Ubuntu)
  • Compiled with MSVC
  • Compiled with GNU
  • Compiled with CMake / Visual Studio
    • Successfully ran tests using this compilation

…sent into lambda function now replaced with ampersand, and fixed issues in SkeletonParametersTests which gave warnings/errors when compiling with clang.
@ulvs ulvs self-assigned this Feb 18, 2025
qjgn

This comment was marked as outdated.

@qjgn qjgn merged commit 921a602 into master Feb 19, 2025
@qjgn qjgn deleted the fix_clang_warnings branch February 20, 2025 14:53
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.

4 participants