mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
013981fd69
In file included from bitblt.cpp:18: In file included from ../include/descent.h:25: ../include/carray.h:90:20: error: reinterpret_cast from 'nullptr_t' to 'char *' is not allowed m_data.buffer = reinterpret_cast<_T *> (NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout