summaryrefslogtreecommitdiff
path: root/test/clip-operator.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/clip-operator.c
parentc7d11ad2b4778cb7399eae990a410cb72568af11 (diff)
downloadcairo-c3b912d7db34c5881cf14725b7d29266cbf24877.tar.gz
Eliminate most compiler warnings from the test suite
Diffstat (limited to 'test/clip-operator.c')
-rw-r--r--test/clip-operator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clip-operator.c b/test/clip-operator.c
index 4d262f855..631a59d73 100644
--- a/test/clip-operator.c
+++ b/test/clip-operator.c
@@ -142,7 +142,7 @@ cairo_test_t test = {
static cairo_test_status_t
draw (cairo_t *cr, int width, int height)
{
- int j, x, y;
+ size_t j, x, y;
cairo_operator_t op;
cairo_pattern_t *pattern;