From: Richard Russon Date: Sun, 22 May 2016 15:15:22 +0000 (+0100) Subject: fix build warning X-Git-Tag: neomutt-20160530~9^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ad3e06d50bc36eba3fd1df8857730334545be76;p=neomutt fix build warning --- diff --git a/sort.c b/sort.c index e27c35016..4136545e0 100644 --- a/sort.c +++ b/sort.c @@ -214,7 +214,7 @@ int compare_label (const void *a, const void *b) { HEADER **ppa = (HEADER **) a; HEADER **ppb = (HEADER **) b; - int ahas, bhas, result; + int ahas, bhas, result = 0; LIST *la, *lb; /* As with compare_spam, not all messages will have the x-label