[Commits] [SCM] claws branch, master, updated. 3.10.1-125-g491f369

claws at claws-mail.org claws at claws-mail.org
Wed Jul 16 16:49:33 CEST 2014


#	This is an automated email from the git hooks/post-receive script. It was
#	generated because a ref change was pushed to the repository containing
#	the project "claws" (Claws Mail).

The branch, master has been updated
       via  491f369b6b868667e774da3d75735332712292cc (commit)
      from  1a51762c493c8b1cf109d138e6619a3f9dca391e (commit)

Summary of changes:
 src/gtk/headers.h |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 491f369b6b868667e774da3d75735332712292cc
Author: Paul <paul at claws-mail.org>
Date:   Wed Jul 16 15:49:16 2014 +0100

    make the compiler be quiet. patch by Christian Hesse

diff --git a/src/gtk/headers.h b/src/gtk/headers.h
index c16c9c3..0a4c2e1 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:") },

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list