[telepathy-glib-0.24] telepathy-glib: tests: Remove a G_GNUC_UNUSED which isn't true any more
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Feb 3 22:48:46 UTC 2021
Module: telepathy-glib
Branch: telepathy-glib-0.24
Commit: e86a31fba2acb8b4f0cfd9e022dbe73f587241b8
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=e86a31fba2acb8b4f0cfd9e022dbe73f587241b8
Author: Iain Lane <iain.lane at canonical.com>
Date: Fri Oct 2 15:21:13 2015 +0100
tests: 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 bb4895de4..99c7a875c 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 };
More information about the telepathy-commits
mailing list