mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
27293cc1c1
* 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