Commit d725addd9211f037dacc78e66600526babe18dc1

Nick Wellnhofer 2022-11-22T14:50:14

warnings: Work around MSVC bug MSVC apparently complains when passing a `const char **` to memset. Unlike `const char *const *`, this isn't a pointer to const memory.