X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_login.c;h=f3eaae03142334941491b468585b3ae49cfb70f9;hp=27e21562b2dd85ee5cb37786c1665fd7074954c9;hb=2293e9bc5a94ef33dc596b064c607d6bed5ad1fd;hpb=9a1efcc01ddeca4106847f8eb28a704aca2dcf0b diff --git a/imap/auth_login.c b/imap/auth_login.c index 27e2156..f3eaae0 100644 --- a/imap/auth_login.c +++ b/imap/auth_login.c @@ -14,14 +14,13 @@ #endif #include -#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];