summaryrefslogtreecommitdiff
path: root/test/xcb-stress-cache.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-02-19 10:25:22 +0100
committerBenjamin Otte <otte@redhat.com>2011-02-19 10:25:22 +0100
commitf847b3c2162029ee0b0ae4906d48a0d7c1312df3 (patch)
tree3e0419063f5881492c25bf3a121cab4cd5434e7b /test/xcb-stress-cache.c
parent7386960d063e4a3642fb281aaae071404d837bdb (diff)
downloadcairo-f847b3c2162029ee0b0ae4906d48a0d7c1312df3.tar.gz
test: Fix gcc complaints about old style definitions
Diffstat (limited to 'test/xcb-stress-cache.c')
-rw-r--r--test/xcb-stress-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xcb-stress-cache.c b/test/xcb-stress-cache.c
index 3c7ee1522..3e3d0a289 100644
--- a/test/xcb-stress-cache.c
+++ b/test/xcb-stress-cache.c
@@ -58,7 +58,7 @@
*/
static cairo_surface_t *
-create_image ()
+create_image (void)
{
cairo_surface_t *surface;
cairo_t *cr;