lemire / simdcomp

A simple C library for compressing lists of integers using binary packing
BSD 3-Clause "New" or "Revised" License
488 stars 53 forks source link

fix unused-parameter warnings #2

Closed njwhite closed 9 years ago

njwhite commented 9 years ago

The makefile deliberately specifies -Wno-unused-parameter, but this commit fixes all those warnings.

lemire commented 9 years ago

Excellent. ;-)