summaryrefslogtreecommitdiff
path: root/test/svg-surface.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/svg-surface.c
parentc7d11ad2b4778cb7399eae990a410cb72568af11 (diff)
downloadcairo-c3b912d7db34c5881cf14725b7d29266cbf24877.tar.gz
Eliminate most compiler warnings from the test suite
Diffstat (limited to 'test/svg-surface.c')
-rw-r--r--test/svg-surface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/svg-surface.c b/test/svg-surface.c
index 305227c52..355394c6d 100644
--- a/test/svg-surface.c
+++ b/test/svg-surface.c
@@ -82,6 +82,8 @@ draw (cairo_t *cr, int width, int height)
0.6, 0.8,
0.7, 0.7);
cairo_stroke (cr);
+
+ return CAIRO_TEST_SUCCESS;
}
int