BraynStorm

Results 2 issues of BraynStorm

Self-explanatory, my music volume was at 100%. https://gist.github.com/BraynStorm/4f92501eb9de190c7374

Newer versions of clang (on Windows at least) fail to compile **benchmark** with `-Werror` and `-pedantic-errors`. Unfortunately, the `BENCHMARK_ENABLE_WERROR` option toggles only `-Werror`, and not `-pedantic-errors`. ``` .../build/Debug/_deps/benchmark-src/src/benchmark.cc:225:7: error: offset...

incomplete