cc -pipe -O -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations stdlib/srandom.c -o stdlib/srandom -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lrt -lcrypt stdlib/srandom.c:11:25: error: initialization of 'void (*)(unsigned int)' from incompatible pointer type 'void (*)(long unsigned int)' [-Werror=incompatible-pointer-types] void (*foo)(unsigned) = srandom; ^~~~~~~ cc1: all warnings being treated as errors