]> git.notmuchmail.org Git - notmuch/commit
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)
commit1466e249e741e3ef907e8c48c2861742b676e255
tree1ce3ac758fa87154e139919d4b1203d92ec6b980
parente806e723c8ac8f97a3f8ba0e0048708a8f5bb475
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.
compat/getdelim.c