[Pkg-wmaker-commits] [wmifs] 81/118: wmifs: Fix "comparison between signed and unsigned integer expressions" compiler warning.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 27 02:37:54 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmifs.

commit 40585fea39dc07044d4e3ceb9585d1773a39cdf4
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed May 27 17:33:15 2015 -0500

    wmifs: Fix "comparison between signed and unsigned integer expressions" compiler warning.
---
 wmifs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wmifs.c b/wmifs.c
index c124cc3..9c56f63 100644
--- a/wmifs.c
+++ b/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];
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmifs.git



More information about the Pkg-wmaker-commits mailing list