[Pkg-wmaker-commits] [wmclock] 01/04: wmclock: Fix "comparison between signed and unsigned integer" warnings.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Sep 24 11:13:15 UTC 2015


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

dtorrance-guest pushed a commit to branch upstream
in repository wmclock.

commit bd9ddcad5c073b921d8fdcf9f764cbb1445991fa
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Thu Sep 24 02:24:07 2015 -0400

    wmclock: Fix "comparison between signed and unsigned integer" warnings.
---
 wmclock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmclock.c b/wmclock.c
index 895b285..eee17dd 100644
--- a/wmclock.c
+++ b/wmclock.c
@@ -146,7 +146,7 @@ int enableShapedWindow = 1;	/* default value is noshape */
 int enableBlinking = 1;		/* default is blinking */
 int startIconified = 0;		/* default is not iconified */
 int enableYearDisplay = 0;	/* default is to show time, not year */
-int blinkInterval = 2;          /* default is a 2-second blink cycle */
+unsigned int blinkInterval = 2;          /* default is a 2-second blink cycle */
 
 int timePos12[NUM_TIME_POSITIONS]  = { 5, 14, 24, 28, 37 };
 int timePos24[NUM_TIME_POSITIONS]  = { 4,  8, 17, 22, 31 };

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



More information about the Pkg-wmaker-commits mailing list