../win/tty/wintty.c:4043:39: warning: argument 2 of type ‘int[3]’ with mismatched bound [-Warray-parameter=]
4043 | check_fields(boolean forcefields, int sz[3])
| ~~~~^~~~~
../win/tty/wintty.c:221:38: note: previously declared as ‘int *’
221 | static boolean check_fields(boolean, int *);
| ^~~~~