Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unused parameter warning in ByteAlignedPacking::decodeArray
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, ```
- Loading branch information