cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations termios/struct-winsize-ws_row.c -o termios/struct-winsize-ws_row -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv termios/struct-winsize-ws_row.c: In function ‘foo’: termios/struct-winsize-ws_row.c:4:31: error: initialization of ‘short unsigned int *’ from incompatible pointer type ‘size_t *’ {aka ‘long unsigned int *’} [-Wincompatible-pointer-types] 4 | unsigned short *qux = &bar->ws_row; | ^