Hi!
Could anyone help me with these errors please?
I am getting these errors:
-----//-----
2026.01.06 11:59:52 generic/living.c line 1468: Function call result must be casted due to pragma strict_types before end of line.
2026.01.06 11:59:52 generic/living.c line 1469: Function call result must be casted due to pragma strict_types before end of line.
-----//-----
from these lines in the file living.c:
-----//-----
ob=filter_array( (object*) (all_inventory(here) - ({ this_object() })),
#'living );
ob=filter_array(ob, "query_real_name");
-----//-----
I am also getting this error:
2026.01.06 11:59:52 include/terrains.h line 199: Invalid character sequence at byte 32.
from this line in the file terrains.h:
-----//-----
#define VALID_OUTLINES "-\\]!\"£%$^&*()_+= {};:@'#~?.><,\\\\/|`\
abcdefghijklmnopqrstuvwxyz\
ACDEFGHIJKLMNOPQSTUWYZ\
0123456789"
-----//-----
Thanks for your help!
Rod.