From: Carl Worth Date: Wed, 2 Dec 2009 00:46:21 +0000 (-0800) Subject: getdelim: Silence a (bogus) compiler warning. X-Git-Tag: 0.1~257 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=1466e249e741e3ef907e8c48c2861742b676e255;hp=1466e249e741e3ef907e8c48c2861742b676e255 getdelim: Silence a (bogus) compiler warning. Some compilers complain that result might be used uninitialized in this function. I believe such compilers simply aren't looking hard enough, but it's easy enough to silence them. ---