cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations stdlib/random.c -o stdlib/random -D_POSIX_C_SOURCE=202405L -lm -lpthread -lnetwork -lbsd -latomic stdlib/random.c:11:21: error: initialization of 'long int (*)(void)' from incompatible pointer type 'int (*)(void)' [-Werror=incompatible-pointer-types] 11 | long (*foo)(void) = random; | ^~~~~~ cc1: all warnings being treated as errors