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

Conversation

MiKom
Copy link
Member

@MiKom MiKom commented Jul 12, 2024

No description provided.

Some member initialization moved to initializer list and an unused
variable got removed.
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 MiKom requested review from mkrus and seanharmer July 12, 2024 12:41
@MiKom MiKom merged commit 4fdd5d3 into KDAB:main Jul 14, 2024
20 checks passed
@MiKom MiKom deleted the fix-cppcheck-warnings branch July 14, 2024 20:52
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