]> git.notmuchmail.org Git - notmuch/commitdiff
getdelim: Silence a (bogus) compiler warning.
authorCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 00:46:21 +0000 (16:46 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 00:46:21 +0000 (16:46 -0800)
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.


No differences found