Open AngryLoki opened 5 months ago
error.h
std::nullptr_t
void **
[1] reinterpret_cast conversion - cppreference.com
(accidentally closed wrong pull-request)
error.h
is a GNU extension and is not provided by musl. Replaced with fprintf.std::nullptr_t
, reinterpret_cast fromstd::nullptr_t
tovoid **
is not allowed[1]. But static_cast is allowed.[1] reinterpret_cast conversion - cppreference.com