Collin Funk <collin.fu...@gmail.com> writes: > $ gcc --version > gcc (OmniOS 151052/14.2.0-il-1) 14.2.0
I was wondering why this failure didn't occur in the GitHub CI. It is because the CI uses GCC 13 where it is a warning. In GCC 14 they made it an error by default (-Werror=incompatible-pointer-types) [1]. Collin [1] https://gcc.gnu.org/gcc-14/porting_to.html