/opt/IBM/openxlC/17.1.1/bin/ibm-clang -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations time/struct-tm-tm_zone.c -o time/struct-tm-tm_zone -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -latomic time/struct-tm-tm_zone.c:4:27: error: no member named 'tm_zone' in 'struct tm'; did you mean 'tm_mon'? const char **qux = &bar->tm_zone; ^~~~~~~ tm_mon /usr/include/time.h:99:6: note: 'tm_mon' declared here int tm_mon; ^ time/struct-tm-tm_zone.c:4:15: error: incompatible pointer types initializing 'const char **' with an expression of type 'int *' [-Werror,-Wincompatible-pointer-types] const char **qux = &bar->tm_zone; ^ ~~~~~~~~~~~~~ 2 errors generated.