Skip to content

Mark the 8->32 converter's "pad" field as "maybe_unused". #178

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

Merged
merged 1 commit into from
May 26, 2024

Conversation

paulhuggett
Copy link
Owner

Use the [[maybe_unused]] attribute to avoid a warning about the pad_ field being unused. This is preferable to the extra assignment that was previously used.

Use the [[maybe_unused]] attribute to avoid a warning about the pad_
field being unused. This is preferable to the extra assignment that
was previously used.
Copy link

codecov bot commented May 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.74%. Comparing base (2446924) to head (63c63ba).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #178      +/-   ##
==========================================
- Coverage   90.75%   90.74%   -0.02%     
==========================================
  Files           6        6              
  Lines         865      864       -1     
==========================================
- Hits          785      784       -1     
  Misses         80       80              

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

@paulhuggett paulhuggett marked this pull request as ready for review May 26, 2024 08:37
@paulhuggett paulhuggett merged commit 5835ebf into main May 26, 2024
35 checks passed
@paulhuggett paulhuggett deleted the maybe_unused-pad branch May 26, 2024 08:37
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