The problem is an implicit type conversion:
StrToPmap.c:143:19: error: incompatible pointer to integer conversion assigning
to 'XrmName' (aka 'int') from 'void *' [-Wint-conversion]
xrm_name[1] = NULL;
PR: 270150
Reported by: a0516@marimga.de (maintainer)