cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations fcntl/struct-flock-l_type.c -o fcntl/struct-flock-l_type -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lcrypt -latomic fcntl/struct-flock-l_type.c: In function ‘foo’: fcntl/struct-flock-l_type.c:4:22: error: initialization of ‘short int *’ from incompatible pointer type ‘int *’ [-Werror=incompatible-pointer-types] 4 | short *qux = &bar->l_type; | ^ cc1: all warnings being treated as errors