summaryrefslogtreecommitdiff
path: root/test/trap-clip.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-08-08 01:16:49 -0700
committerCarl Worth <cworth@cworth.org>2006-08-08 01:16:49 -0700
commitc3b912d7db34c5881cf14725b7d29266cbf24877 (patch)
tree84188088e73c7caf74ffd2f80bb032739eeb491c /test/trap-clip.c
parentc7d11ad2b4778cb7399eae990a410cb72568af11 (diff)
Eliminate most compiler warnings from the test suite
Diffstat (limited to 'test/trap-clip.c')
-rw-r--r--test/trap-clip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/trap-clip.c b/test/trap-clip.c
index a1483de09..3737e5a3d 100644
--- a/test/trap-clip.c
+++ b/test/trap-clip.c
@@ -176,7 +176,7 @@ cairo_test_t test = {
static cairo_test_status_t
draw (cairo_t *cr, int width, int height)
{
- int i, j, k, x, y;
+ size_t i, j, k, x, y;
for (k = 0; k < ARRAY_SIZE (clip_funcs); k++) {
for (j = 0; j < ARRAY_SIZE (draw_funcs); j++) {