mutt-kz
mutt-kz copied to clipboard
Warnings when building
I'm trying to package mutt-kz for Gentoo and stumbled across 2 warnings, to one I found a fix/workaround.
Warning A: mh.c
mh.c:1415:2: warning: implicit declaration of function ‘nm_update_filename’
Fix: #include "mutt_notmuch.h" in mh.c
Warning B. hcache.c
hcache.c:1153:5: warning: dereferencing type-punned pointer will break strict-aliasing rules
line 1153 is: hcachever = *((unsigned int *)digest);
conversion from unsigned char[16] to unsigned int. Just thought I'd let you know about this.
Note: Warning A has since been fixed, in 60fccc11.