[cairo-commit] test/clip-draw-unbounded.c

Benjamin Otte company at kemper.freedesktop.org
Sat Feb 19 03:08:25 PST 2011


 test/clip-draw-unbounded.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 48774c09d04a0b8d3533bdd6d5de6cfe58f54c2b
Author: Benjamin Otte <otte at redhat.com>
Date:   Sat Feb 19 11:33:22 2011 +0100

    test: Fix gcc signedness warning

diff --git a/test/clip-draw-unbounded.c b/test/clip-draw-unbounded.c
index a2121d2..ce9b2e4 100644
--- a/test/clip-draw-unbounded.c
+++ b/test/clip-draw-unbounded.c
@@ -125,7 +125,7 @@ static double translations[][2] = {
 static cairo_test_status_t
 draw (cairo_t *cr, void (*shapes)(cairo_t *))
 {
-    int i;
+    unsigned int i;
     cairo_set_source_rgb (cr, 1, 1, 1);
     cairo_paint (cr);
 


More information about the cairo-commit mailing list