[libwnck/wip/warnings: 5/6] wnckprop: fix 'comparison between signed	and unsigned integer' warning
- From: Alberts Muktupāvels <muktupavels src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [libwnck/wip/warnings: 5/6] wnckprop: fix 'comparison between signed	and unsigned integer' warning
 
- Date: Thu, 27 Apr 2017 08:08:21 +0000 (UTC)
 
commit 83ec12da84e21597bdcc4045a3a3a46696fbb8cc
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Thu Apr 27 10:54:35 2017 +0300
    wnckprop: fix 'comparison between signed and unsigned integer' warning
 libwnck/wnckprop.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libwnck/wnckprop.c b/libwnck/wnckprop.c
index 5134c37..7dcc920 100644
--- a/libwnck/wnckprop.c
+++ b/libwnck/wnckprop.c
@@ -1711,8 +1711,8 @@ find_managed_window (Display *display,
   Window      parent;
   Window     *kids = NULL;
   WnckWindow *retval;
-  guint       nkids;
-  int         i, result;
+  guint       i, nkids;
+  int         result;
 
   if (wm_state_set (display, window))
     return wnck_window_get (window);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]