CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/05/19 22:53:25
Modified files:
games/cgames : Makefile
Added files:
games/cgames/patches: patch-cblocks_cursesio_c
patch-cmines_cursesio_c
Log message:
cgames: switch from int to short twice to fix build with llvm22
userio.c:398:2: error: incompatible pointer types passing 'int *' to parameter
of type 'short *' [-Wincompatible-pointer-types]
398 | attr_get(&attr, &n, NULL);
