X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compress.c;h=6c801e8a117145c1da4e02ca426747ccfb2c0108;hp=21b3c14cb05fb30e22200f54e4ada984afd9a664;hb=5fc6c3e42b91af11aa1323f6cfde4d27bbea9ec8;hpb=23e6291cb5d5b4cd2008403d8b628007fd75ff23 diff --git a/compress.c b/compress.c index 21b3c14..6c801e8 100644 --- a/compress.c +++ b/compress.c @@ -7,15 +7,7 @@ * please see the file GPL in the top level source directory. */ -#include -#include -#include -#include - -#include -#include -#include -#include +#include #include #include @@ -154,10 +146,10 @@ static void store_size (CONTEXT * ctx) static const char *compresshook_format_str (char *dest, ssize_t destlen, char op, const char *src, const char *fmt, - const char *ifstring, - const char *elsestring, + const char *ifstring __attribute__ ((unused)), + const char *elsestring __attribute__ ((unused)), unsigned long data, - format_flag flags) + format_flag flags __attribute__ ((unused))) { char tmp[SHORT_STRING];