See https://travis-ci.org/nemequ/leopard/jobs/395897224
- tests/experiments.cpp warns about
argc and argv and the encodeL function being unused. Trivial fixes.
- tests/benchmark.cpp warns about an implicit fallthrough. Fixes are available, but compiler-specific until C++17… see
HEDLEY_FALL_THROUGH.