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 unused parameter warning in ByteAlignedPacking::decodeArray #122

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

pps83
Copy link
Contributor

@pps83 pps83 commented Nov 29, 2024

fixes the following warning:

c:\FastPFor\headers\blockpacking.h(287,64): warning : unused parameter 'length' [-Wunused-parameter]
  287 |   const uint32_t *decodeArray(const uint32_t *in, const size_t length,

fixes the following warning:
```
c:\FastPFor\headers\blockpacking.h(287,64): warning : unused parameter 'length' [-Wunused-parameter]
  287 |   const uint32_t *decodeArray(const uint32_t *in, const size_t length,
```
@lemire lemire merged commit 0f82957 into fast-pack:master Nov 30, 2024
4 checks passed
@pps83 pps83 deleted the master-fix-warn branch December 2, 2024 14:21
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