cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sched/struct-sched_param.c -o sched/struct-sched_param -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv sched/struct-sched_param.c:2:20: error: storage size of ‘foo’ isn’t known 2 | struct sched_param foo; | ^~~