CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2023/02/09 02:46:29

Modified files:
        games/clonekeen: Makefile 

Log message:
clonekeen: fix build with clang 15 by passing -Wno-int-conversion.
Instead of using a struct (whose declaration exists but is unused),
the code populates an array of uchar * and uses array dereferencing
for accessing these struct members. This will need lots of casts or
a complete rewrite, so punt on an actual fix.

discussed with edd (maintainer)

Reply via email to