Fix compilation warnings in compose.c and init.c
[apps/madmutt.git] / compose.c
index 72e28f3..ca5704b 100644 (file)
--- a/compose.c
+++ b/compose.c
@@ -508,7 +508,8 @@ static void compose_status_line (char *buf, ssize_t buflen, MUTTMENU * menu,
  */
 int mutt_compose_menu (HEADER * msg,    /* structure for new message */
                        char *fcc,       /* where to save a copy of the message */
-                       ssize_t fcclen, HEADER * cur)
+                       ssize_t fcclen,
+                       HEADER * cur __attribute__ ((unused)))
 {                               /* current message */
   char helpstr[SHORT_STRING];
   char buf[LONG_STRING];