mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
Perform pointer arithmatic with (int *) first then cast just for calling function. plotHP.c:335:25: warning: incompatible pointer types passing 'int *' to parameter of type 'unsigned char *' plotHP.c:339:25: warning: incompatible pointer types passing 'int *' to parameter of type 'unsigned char *' plotHP.c:343:25: warning: incompatible pointer types passing 'int *' to parameter of type 'unsigned char *' clang18 default warning cleanup [-Wincompatible-pointer-types]