finish the "read" of charset.c
[apps/madmutt.git] / imap / auth_login.c
index 27e2156..f3eaae0 100644 (file)
 #endif
 
 #include <lib-lib/macros.h>
-#include "lib/debug.h"
 
 #include "mutt.h"
 #include "imap_private.h"
 #include "auth.h"
 
 /* imap_auth_login: Plain LOGIN support */
-imap_auth_res_t imap_auth_login(IMAP_DATA *idata, const char *method)
+imap_auth_res_t imap_auth_login(IMAP_DATA *idata, const char *method __attribute__ ((unused)))
 {
     char q_user[SHORT_STRING], q_pass[SHORT_STRING];
     char buf[STRING];