X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Futil.c;h=4fe8ee8c073e61aee4c5b9ad2413c92deac76d72;hb=b10940c18a5b0c8276d308b0601efac585d33966;hp=74b35e9a74c9f4393c1ef507c3ead30f29786b5f;hpb=eab38ff6950a0075741f24ac9fb0d9eaf7df8671;p=apps%2Fmadmutt.git diff --git a/imap/util.c b/imap/util.c index 74b35e9..4fe8ee8 100644 --- a/imap/util.c +++ b/imap/util.c @@ -417,7 +417,7 @@ int imap_wordcasecmp (const char *a, const char *b) * */ -static RETSIGTYPE alrm_handler (int sig __attribute__((unused))) +static void alrm_handler (int sig __attribute__((unused))) { /* empty */ }