]> git.notmuchmail.org Git - notmuch/commitdiff
Fix compilation warnings in test/smtp-dummy.c.
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Thu, 16 Jun 2011 10:32:08 +0000 (14:32 +0400)
committerCarl Worth <cworth@cworth.org>
Wed, 22 Jun 2011 13:38:33 +0000 (06:38 -0700)
* Remove unused variables in main(): buf, bytes and greeting.
* Replace return with no value in main() with exit(3).


No differences found