[Xfce4-commits] [apps/xfce4-dict] 40/43: Fixing a couple of warnings

noreply at xfce.org noreply at xfce.org
Tue Nov 1 00:31:53 CET 2016


This is an automated email from the git hooks/post-receive script.

andre pushed a commit to branch master
in repository apps/xfce4-dict.

commit ba40f5e7e0c629d1c4e0d153342ce76c91254b32
Author: Andre Miranda <andre42m at gmail.com>
Date:   Sat Oct 22 17:08:23 2016 -0300

    Fixing a couple of warnings
---
 lib/spell.c        | 1 -
 src/popup_plugin.c | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/spell.c b/lib/spell.c
index ebadc2f..8d7b5ca 100644
--- a/lib/spell.c
+++ b/lib/spell.c
@@ -351,7 +351,6 @@ void dict_spell_get_dictionaries(DictData *dd, GtkWidget *spell_combo)
 		gchar *tmp = NULL;
 		gchar *cmd, *locale_cmd;
 		gboolean use_enchant = FALSE;
-		GtkTreeIter iter;
 
 		if (strstr(entry_cmd, "enchant") != NULL)
 		{
diff --git a/src/popup_plugin.c b/src/popup_plugin.c
index 260cb54..5c7bcd6 100644
--- a/src/popup_plugin.c
+++ b/src/popup_plugin.c
@@ -26,6 +26,9 @@
 #include "libdict.h"
 
 
+gboolean dict_find_panel_plugin(gchar flags, const gchar *text);
+
+
 gboolean dict_find_panel_plugin(gchar flags, const gchar *text)
 {
 	gboolean  ret = FALSE;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list