From 800f793b6e7b68a61bae52ae7ff88e616581ed71 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Fri, 2 Oct 2015 15:21:13 +0100 Subject: [PATCH] Remove a G_GNUC_UNUSED which isn't true any more --- tests/dbus/contact-list-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dbus/contact-list-client.c b/tests/dbus/contact-list-client.c index bb4895d..99c7a87 100644 --- a/tests/dbus/contact-list-client.c +++ b/tests/dbus/contact-list-client.c @@ -505,7 +505,7 @@ test_is_blocked (Test *test, static void test_contact_list_properties (Test *test, - gconstpointer data G_GNUC_UNUSED) + gconstpointer data) { gboolean props_only = GPOINTER_TO_UINT (data); GQuark conn_features[] = { 0, 0 }; -- 2.5.0