[Xfce4-commits] [apps/xfce4-screensaver] 230/425: get rid of some build warnings when --without-console-kit is set
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 01:51:17 CEST 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-screensaver.
commit 9ce0f59d8ac39db98ae1e5148dbf88a933c7918a
Author: monsta <monsta at inbox.ru>
Date: Mon Dec 14 15:09:23 2015 +0300
get rid of some build warnings when --without-console-kit is set
---
src/gs-listener-dbus.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/gs-listener-dbus.c b/src/gs-listener-dbus.c
index ec0be3f..03bbb14 100644
--- a/src/gs-listener-dbus.c
+++ b/src/gs-listener-dbus.c
@@ -899,6 +899,7 @@ listener_dbus_get_ref_entries (GSListener *listener,
return DBUS_HANDLER_RESULT_HANDLED;
}
+#ifdef WITH_CONSOLE_KIT
static void
listener_add_ck_ref_entry (GSListener *listener,
int entry_type,
@@ -932,6 +933,7 @@ listener_remove_ck_ref_entry (GSListener *listener,
{
listener_remove_ref_entry (listener, entry_type, cookie);
}
+#endif
static DBusHandlerResult
listener_dbus_add_ref_entry (GSListener *listener,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list