lemire / FastPFor

The FastPFOR C++ library: Fast integer compression
Apache License 2.0
883 stars 124 forks source link

Fix unused parameter warning in ByteAlignedPacking::decodeArray #122

Closed pps83 closed 4 days ago

pps83 commented 4 days ago

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,