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 cppcheck warnings #20

Merged
merged 2 commits into from
Jul 14, 2024
Merged

Fix cppcheck warnings #20

merged 2 commits into from
Jul 14, 2024

Commits on Jul 12, 2024

  1. Fix some issues reported by Cppcheck

    Some member initialization moved to initializer list and an unused
    variable got removed.
    MiKom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    35ed19e View commit details
    Browse the repository at this point in the history
  2. Suppress ODR violation Cppcheck check for tests

    Cppcheck treats the whole codebase as if it was to be compiled into a
    single object and in tests we have some helper classes with the same
    name in multiple executables.
    MiKom committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    36fdc9f View commit details
    Browse the repository at this point in the history