[gdk-pixbuf] Fix the reftest binary
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] Fix the reftest binary
- Date: Mon, 26 Oct 2015 19:18:16 +0000 (UTC)
commit 232a2f17ff5ccb78d561cb0031606e4a2ee9d9e5
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Oct 26 14:59:47 2015 -0400
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.
tests/pixbuf-reftest.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tests/pixbuf-reftest.c b/tests/pixbuf-reftest.c
index 704f3aa..25e8783 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]