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

pool: Use uintptr_t for pool thread magic number #677

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

cole-miller
Copy link
Contributor

This ensures that it's the same size as void *, so that casting to that type won't trigger a diagnostic on any target. This fixes an armhf build failure.

Signed-off-by: Cole Miller [email protected]

This ensures that it's the same size as void *, so that casting to that
type won't trigger a diagnostic on any target. This fixes an armhf build
failure.

Signed-off-by: Cole Miller <[email protected]>
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.96%. Comparing base (defc3f3) to head (92e9383).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #677      +/-   ##
==========================================
+ Coverage   77.87%   77.96%   +0.09%     
==========================================
  Files         197      197              
  Lines       27953    27954       +1     
  Branches     5529     5532       +3     
==========================================
+ Hits        21767    21793      +26     
+ Misses       4346     4322      -24     
+ Partials     1840     1839       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cole-miller cole-miller merged commit d5631a9 into canonical:master Aug 1, 2024
18 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.

1 participant