talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 491f369b6b868667e774da3d75735332712292cc
parent 1a51762c493c8b1cf109d138e6619a3f9dca391e
Author: Paul <paul@claws-mail.org>
Date:   Wed, 16 Jul 2014 15:49:16 +0100

make the compiler be quiet. patch by Christian Hesse

Diffstat:
Msrc/gtk/headers.h | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 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:") },