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

Use uint64_t instead of void * as cookies #2312

Merged
merged 3 commits into from
May 27, 2024
Merged

Use uint64_t instead of void * as cookies #2312

merged 3 commits into from
May 27, 2024

Conversation

julianoes
Copy link
Collaborator

No description provided.

Instead of using a void * as the cookie, we changed it first internally
to uint64_t. This commit now changes the API and rolls it out across all
of MAVSDK.
Get rid of awkward void* and use a uint64_t as a cookie instead.
Copy link

sonarcloud bot commented May 26, 2024

Quality Gate Passed Quality Gate passed

Issues
7 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@julianoes julianoes merged commit a21c18f into main May 27, 2024
28 checks passed
@julianoes julianoes deleted the pr-cookies branch May 27, 2024 01:35
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.

1 participant