summaryrefslogtreecommitdiff
path: root/test/ps-features.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/ps-features.c
parentc7d11ad2b4778cb7399eae990a410cb72568af11 (diff)
downloadcairo-c3b912d7db34c5881cf14725b7d29266cbf24877.tar.gz
Eliminate most compiler warnings from the test suite
Diffstat (limited to 'test/ps-features.c')
-rw-r--r--test/ps-features.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ps-features.c b/test/ps-features.c
index 331aa539d..e2882ffec 100644
--- a/test/ps-features.c
+++ b/test/ps-features.c
@@ -95,8 +95,8 @@ main (void)
cairo_surface_t *surface;
cairo_t *cr;
cairo_status_t status;
- char *filename;
- int i;
+ const char *filename;
+ size_t i;
char dsc[255];
cairo_test_init ("ps-features");