X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fgtk%2Fheaders.h;h=8e0b4472aab991ccdec2ec971e2d4ff30da85ed1;hp=c16c9c39d6e3b920f4abe1c742b8ca9a20493b89;hb=c0505b80f173768b393ba6f21f99889144f293f1;hpb=98f9709940f7922dad2001132741c260be657440 diff --git a/src/gtk/headers.h b/src/gtk/headers.h index c16c9c39d..8e0b4472a 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:") }, @@ -62,4 +63,6 @@ static struct { { N_("In reply to"), N_("In reply to:") }, { N_("To or Cc"), N_("To or Cc:") }, { N_("From, To or Subject"), N_("From, To or Subject:") }, + + { NULL, NULL } };