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

david at tethera.net david at tethera.net
Sat Apr 24 04:44:36 PDT 2010


From: David Bremner <bremner at 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



More information about the notmuch mailing list