[PATCH 06/24] wmifs: Fix "comparison between signed and unsigned integer expressions" compiler warning.

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
---
 wmifs/wmifs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wmifs/wmifs.c b/wmifs/wmifs.c
index c124cc3..9c56f63 100644
--- a/wmifs/wmifs.c
+++ b/wmifs/wmifs.c
@@ -584,10 +584,10 @@ void DrawActiveIFS(char *real_name)
 	   Destinatie: 5,5
 	*/
 
-	int		i;
+	size_t		i;
 	int		c;
 	int		k;
-	int		len;
+	size_t		len;
 	char		name[256];
 
 
-- 
2.1.4


-- 
To unsubscribe, send mail to [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.