]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-setup.c
append _unused to the expression defined using unused() macro
[notmuch] / notmuch-setup.c
index 5304800553cfbe3897e2c8774ba702a30b8b9488..81419ccf3a9426b56117e1eb44efbb642600d74e 100644 (file)
@@ -121,7 +121,7 @@ parse_tag_list (void *ctx, char *response)
 
 int
 notmuch_setup_command (notmuch_config_t *config,
-                      unused (int argc), unused (char *argv[]))
+                      int argc, char *argv[])
 {
     char *response = NULL;
     size_t response_size = 0;