x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations threads/tss_delete.c -o threads/tss_delete -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv threads/tss_delete.c:5:1: error: parameter names (without types) in function declaration [-Wdeclaration-missing-parameter-type] 5 | void (*foo)(tss_t) = tss_delete; | ^~~~ threads/tss_delete.c:5:22: error: ‘tss_delete’ undeclared here (not in a function); did you mean ‘timer_delete’? 5 | void (*foo)(tss_t) = tss_delete; | ^~~~~~~~~~ | timer_delete