]> git.notmuchmail.org Git - notmuch/commit
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)
commit41a094624a079f4a145aba37e8059f8774dfaec6
tree19f8c5620b55d37a3c50c37bdcdceecfa43c2d2c
parent2b76283b52a2389a591ca055b086381c44e2a61f
Fix compilation warnings in test/smtp-dummy.c.

* Remove unused variables in main(): buf, bytes and greeting.
* Replace return with no value in main() with exit(3).
test/smtp-dummy.c