]> git.meshlink.io Git - catta/blobdiff - avahi-glib/glib-watch.c
* avahi-utils: replace python avahi-browse with a version written in C.
[catta] / avahi-glib / glib-watch.c
index a99cb4ddecb96c6a9bb57538af00b865a2f66f5a..9d804409df23911c1aea33c44f5eb75785a7e1ef 100644 (file)
@@ -300,7 +300,7 @@ static gboolean check_func(GSource *source) {
     return FALSE;
 }
 
-static gboolean dispatch_func(GSource *source, GSourceFunc callback, gpointer userdata) {
+static gboolean dispatch_func(GSource *source, AVAHI_GCC_UNUSED GSourceFunc callback, AVAHI_GCC_UNUSED gpointer userdata) {
     AvahiGLibPoll* g = (AvahiGLibPoll*) source;
     AvahiWatch *w;
     AvahiTimeout *next_timeout;