summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/dbus-protocol.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-27 19:43:09 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-27 19:43:09 +0000
commit21dd860429b6a3065118fdba4b298cdb19c28d15 (patch)
tree9f23dfdda7a20e5392a9b7cd72366d4e6d3cd7cf /avahi-daemon/dbus-protocol.c
parent2be7dc13cecbb995692eec1bfc1d27799651ec70 (diff)
remove a bunch of compiler warnings
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@898 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/dbus-protocol.c')
-rw-r--r--avahi-daemon/dbus-protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-daemon/dbus-protocol.c b/avahi-daemon/dbus-protocol.c
index 60edec2..a42cb2b 100644
--- a/avahi-daemon/dbus-protocol.c
+++ b/avahi-daemon/dbus-protocol.c
@@ -628,7 +628,7 @@ fail:
}
-static DBusHandlerResult msg_signal_filter_impl(AVAHI_GCC_UNUSED DBusConnection *c, DBusMessage *m, void *userdata) {
+static DBusHandlerResult msg_signal_filter_impl(AVAHI_GCC_UNUSED DBusConnection *c, DBusMessage *m, AVAHI_GCC_UNUSED void *userdata) {
DBusError error;
dbus_error_init(&error);