[Pkg-wmaker-commits] [wmcoincoin] 49/87: Fix -Wsign-compare compiler warnings.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Aug 28 17:27:38 UTC 2015


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

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

commit 2525164ee00988b6120b24f10293c9e8d8825709
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Tue Nov 11 12:13:53 2014 -0600

    Fix -Wsign-compare compiler warnings.
---
 src/pinnipede_totoz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pinnipede_totoz.c b/src/pinnipede_totoz.c
index 4e310c6..fa80bc0 100644
--- a/src/pinnipede_totoz.c
+++ b/src/pinnipede_totoz.c
@@ -91,7 +91,7 @@ pp_totoz_register_img(Pinnipede *pp, char *imgname, int status) {
     pp_totoz_state_cnt++;
 
     BLAHBLAH(1, myprintf("new image registered: '%<YEL %s>'\n", imgname));
-    unsigned i, cavachier = 0; 
+    int i, cavachier = 0;
     for (i=0; i < pp->totoz->nb_img; ++i) {
       //printf(" %c %08x %s\n", (i == imgi) ? '!' : ' ', pp->totoz->img[i].hash, pp->totoz->img[i].name);
       if (i != imgi && strcmp(imgname, pp->totoz->img[i].name)==0) {

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



More information about the Pkg-wmaker-commits mailing list