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

2010-04-24 Thread da...@tethera.net
From: David Bremner 

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



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

2010-04-24 Thread david
From: David Bremner brem...@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

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch