X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fmx_pop.c;fp=pop%2Fmx_pop.c;h=c1f204884897449d9b510e34998d9ba7c0fab871;hp=f30dbbd088a7dd620b0f9b7e4cfaccd5b21aa402;hb=5b0581b41f115cd0442037a97db313ef5b5b8822;hpb=4282401a0bcdc285a228da4ad635cbf7baf71488 diff --git a/pop/mx_pop.c b/pop/mx_pop.c index f30dbbd..c1f2048 100644 --- a/pop/mx_pop.c +++ b/pop/mx_pop.c @@ -19,12 +19,12 @@ #include "mx.h" #include "mx_pop.h" -static int pop_is_magic (const char* path, struct stat* st) { +static int pop_is_magic (const char* path, struct stat* st __attribute__ ((unused))) { url_scheme_t s = url_check_scheme (NONULL (path)); return ((s == U_POP || s == U_POPS) ? M_POP : -1); } -static int acl_check_pop (CONTEXT* ctx, int bit) { +static int acl_check_pop (CONTEXT* ctx __attribute__ ((unused)), int bit) { switch (bit) { case ACL_INSERT: /* editing messages */ case ACL_WRITE: /* change importance */