X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_idna.c;h=c728e5e57f1e1867cd0a1a5709b4aa86f512ff49;hp=c5f791e24d85324febf0e647fbd3e75ec42ecab7;hb=bc45345ba77e08ee3dc159ba0e04bc654f191cd3;hpb=a742b680bdba8cb47d2b81ab3397cdbec7ed5b69 diff --git a/mutt_idna.c b/mutt_idna.c index c5f791e..c728e5e 100644 --- a/mutt_idna.c +++ b/mutt_idna.c @@ -7,19 +7,12 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif +#include #ifdef HAVE_LIBIDN #include #endif -#include -#include -#include -#include - #include "mutt.h" #include "charset.h" #include "mutt_idna.h" @@ -28,7 +21,7 @@ #ifndef HAVE_LIBIDN -int mutt_idna_to_local (const char *in, char **out, int flags) +int mutt_idna_to_local (const char *in, char **out, int flags __attribute__ ((unused))) { *out = m_strdup(in); return 1;