summaryrefslogtreecommitdiff
path: root/test/cairo-test-runner.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cairo-test-runner.c')
-rw-r--r--test/cairo-test-runner.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cairo-test-runner.c b/test/cairo-test-runner.c
index 7e8b10cd7..cfaea2360 100644
--- a/test/cairo-test-runner.c
+++ b/test/cairo-test-runner.c
@@ -730,6 +730,7 @@ static cairo_bool_t
_has_required_ghostscript_version (const char *str)
{
#if ! CAIRO_CAN_TEST_PS_SURFACE
+ (void)str;
return TRUE;
#endif
@@ -742,6 +743,7 @@ static cairo_bool_t
_has_required_poppler_version (const char *str)
{
#if ! CAIRO_CAN_TEST_PDF_SURFACE
+ (void)str;
return TRUE;
#endif
@@ -754,6 +756,7 @@ static cairo_bool_t
_has_required_rsvg_version (const char *str)
{
#if ! CAIRO_CAN_TEST_SVG_SURFACE
+ (void)str;
return TRUE;
#endif