summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-10-26 14:59:47 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-10-26 15:01:19 -0400
commit232a2f17ff5ccb78d561cb0031606e4a2ee9d9e5 (patch)
tree1bf5bdcd103db6c5eb363b45a1dabfba00e087de
parentc7f2e4e9f00c7053966e514ac7bcef6c8760159d (diff)
downloadgdk-pixbuf-232a2f17ff5ccb78d561cb0031606e4a2ee9d9e5.tar.gz
Fix the reftest binary
The test was segfaulting here, because of a non-matching signal handler signature. A bit of a mystery how this could succeed on Benjamins system.
-rw-r--r--tests/pixbuf-reftest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/pixbuf-reftest.c b/tests/pixbuf-reftest.c
index 704f3aa20..25e878374 100644
--- a/tests/pixbuf-reftest.c
+++ b/tests/pixbuf-reftest.c
@@ -39,8 +39,6 @@ loader_size_prepared (GdkPixbufLoader *loader,
static void
loader_area_prepared (GdkPixbufLoader *loader,
- int w,
- int h,
GdkPixbuf **pixbuf)
{
g_assert (*pixbuf != NULL);