icalmime.c:182:27: warning: 'memset' call operates on objects of type 'struct sspm_part' while the size is based on a different type 'struct sspm_part *' [-Wsizeof-pointer-memaccess] Source code is memset(parts,0,sizeof(parts)); Maybe better code memset(parts,0,sizeof(*parts));
libical is not a KDE library. It is maintained at https://github.com/libical/libical.