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 CI staticcheck warnings #53

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

LeonMatthesKDAB
Copy link
Contributor

  • 2 instances of use-after-move
  • Missing #pragma once
  • Also move ScopedConnection into connection_handle.h

- 2 instances of use-after-move
- Missing #pragma once
- Also move ScopedConnection into connection_handle.h
@LeonMatthesKDAB LeonMatthesKDAB requested a review from MiKom January 10, 2024 09:37
@LeonMatthesKDAB
Copy link
Contributor Author

There's still a weird build error in CI where it can't find pthread_create to link to.
https://kdab.ci.kdab.com/#/builders/560/builds/17
I don't know why this is. This PR doesn't fix this yet, but it also doesn't make it worse.

@LeonMatthesKDAB
Copy link
Contributor Author

There's still a weird build error in CI where it can't find pthread_create to link to. https://kdab.ci.kdab.com/#/builders/560/builds/17 I don't know why this is. This PR doesn't fix this yet, but it also doesn't make it worse.

Should be fixed in #54

src/kdbindings/connection_handle.h Show resolved Hide resolved
@LeonMatthesKDAB LeonMatthesKDAB merged commit 62de012 into KDAB:main Jan 12, 2024
6 checks passed
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