[PATCH 1/3] remove stale "unused" from around argv and argc in notmuch_show_command.

Subject: [PATCH 1/3] remove stale "unused" from around argv and argc in notmuch_show_command.

Date: Sat, 24 Apr 2010 08:44:36 -0300

To: notmuch@notmuchmail.org

Cc: David Bremner

From: david@tethera.net


From: David Bremner <bremner@unb.ca>

In fact argc and argv are used in this function.
---
 notmuch-show.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/notmuch-show.c b/notmuch-show.c
index 26449fa..6aa9072 100644
--- a/notmuch-show.c
+++ b/notmuch-show.c
@@ -403,7 +403,7 @@ show_messages (void *ctx, const show_format_t *format, notmuch_messages_t *messa
 }
 
 int
-notmuch_show_command (void *ctx, unused (int argc), unused (char *argv[]))
+notmuch_show_command (void *ctx, int argc, char *argv[])
 {
     notmuch_config_t *config;
     notmuch_database_t *notmuch;
-- 
1.7.0


Thread: