Guido Falsi 545942981f Fix reinterpret_cast usage with clang.
In FreeBSD with clang, NULL is redefined to nullptr since freebsd/freebsd-src@c8ed04c

static_cast should be used in this case.

This fixes build with clang on FreeBSD and should not cause any issues with other compilers.
2021-04-30 18:05:59 +02:00
..