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`](https://github.com/nemequ/hedley/blob/4b07f1f98b55b3d6624af00fb44b34140b2a29bd/hedley.h#L981).