Fix a bunch of warnings in imap code
[apps/madmutt.git] / imap / auth_anon.c
index 7c2dfba..cb3fe72 100644 (file)
@@ -21,7 +21,7 @@
 #include <lib-lib/debug.h>
 
 /* this is basically a stripped-down version of the cram-md5 method. */
-imap_auth_res_t imap_auth_anon (IMAP_DATA * idata, const char *method)
+imap_auth_res_t imap_auth_anon (IMAP_DATA * idata, const char *method __attribute__ ((unused)))
 {
   int rc;