/var/tmp/portage/dev-python/awkward-cpp-46/work/awkward_cpp-46/src/libawkward/forth/ForthOutputBuffer.cpp:651:17: required from here
651 | byteswap32(num_items, ptr_.get()[length_]);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/tmp/portage/dev-python/awkward-cpp-46/work/awkward_cpp-46/src/libawkward/forth/ForthOutputBuffer.cpp:35:15: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
35 | *ptr = *reinterpret_cast<T*>(&output);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~