[Xfce4-commits] [xfce/xfdesktop] 31/35: trivial: fix signed/unsigned comparison warning
noreply at xfce.org
noreply at xfce.org
Sun May 17 11:38:19 CEST 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch xfce-4.12
in repository xfce/xfdesktop.
commit 2d9a8fb55a5d4fd7a87d372c4badcf76e65599d1
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Mon May 11 14:06:45 2015 +0300
trivial: fix signed/unsigned comparison warning
---
src/xfdesktop-icon-view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/xfdesktop-icon-view.c b/src/xfdesktop-icon-view.c
index 3c44e10..81ef3a1 100644
--- a/src/xfdesktop-icon-view.c
+++ b/src/xfdesktop-icon-view.c
@@ -1852,7 +1852,7 @@ xfdesktop_icon_view_sort_icons(XfdesktopIconView *icon_view)
{
#ifdef ENABLE_FILE_ICONS
GList *l = NULL;
- gint i;
+ guint i;
GList *icons[4] = { NULL, NULL, NULL, NULL };
gint16 row = -1; /* start at -1 because we'll increment it */
gint16 col = 0;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list