[Commits] [SCM] claws branch, master, updated. 3.14.1-213-ga8cbb1b
mones at claws-mail.org
mones at claws-mail.org
Thu Mar 2 16:37:08 CET 2017
The branch, master has been updated
via a8cbb1bbd9b3b57acc7afc4749b19ee7e62fe2ee (commit)
from e8c787412d2b6cecc7464431d4fbd9f1eb4614f4 (commit)
Summary of changes:
src/prefs_actions.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit a8cbb1bbd9b3b57acc7afc4749b19ee7e62fe2ee
Author: Ricardo Mones <ricardo at mones.org>
Date: Thu Mar 2 16:36:33 2017 +0100
Remove unused variable
prefs_actions.c:594:12: warning: unused variable ‘action_nb’
diff --git a/src/prefs_actions.c b/src/prefs_actions.c
index eecde9b..a925e42 100644
--- a/src/prefs_actions.c
+++ b/src/prefs_actions.c
@@ -591,7 +591,7 @@ static void prefs_actions_set_list(void)
static gint prefs_actions_clist_set_row(gint row)
{
const gchar *entry_text;
- gint len, action_nb;
+ gint len;
gchar action[PREFSBUFSIZE];
gchar *new_action;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list