Files
simdjson-simdjson/benchmark
Paul Dreik 27293cc1c1 don't add integers to string literals (#410)
* string literal + integer means unintended and incorrect pointer arithmetic

fixes a clang warning. it could not be triggered, because it can only be
triggered if the string given to getopt is not covered among the
cases in the switch.

* handle review comment
2019-12-24 20:19:22 +01:00
..
2019-07-30 17:18:10 -04:00