lemire / FastPFor

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

Avoid potentially uninitialized local variable warning #111

Closed pps83 closed 7 months ago

pps83 commented 7 months ago

When compiling in VS2022 with /W4 compiler warns that potentially uninitialized local variable 'n' used. This fixes the warning