From: Paul Date: Wed, 16 Jul 2014 14:49:16 +0000 (+0100) Subject: make the compiler be quiet. patch by Christian Hesse X-Git-Tag: 3.11.0~53 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=491f369b6b868667e774da3d75735332712292cc make the compiler be quiet. patch by Christian Hesse --- diff --git a/src/gtk/headers.h b/src/gtk/headers.h index c16c9c39d..0a4c2e10e 100644 --- a/src/gtk/headers.h +++ b/src/gtk/headers.h @@ -2,8 +2,9 @@ static struct { const gchar *header_name; const gchar *header_name_w_colon; -} HEADERS[] = { - +/* Compiler thinks this is unused. State so and make it shut up. + * We do need this for header translations. */ +} HEADERS[] __attribute__((unused)) = { /* RFC2822 */ { N_("Date"), N_("Date:") }, { N_("From"), N_("From:") },