]> git.meshlink.io Git - catta/blobdiff - avahi-core/browse-dns-server.c
* avahi-utils: replace python avahi-browse with a version written in C.
[catta] / avahi-core / browse-dns-server.c
index ba0aeaa145dc81a177e05a042cc451aaef75885d..48d23add9214f6838b02ef4901e3aa4ce1960a89 100644 (file)
@@ -96,8 +96,8 @@ static void server_info_free(AvahiSDNSServerBrowser *b, AvahiDNSServerInfo *i) {
 
 static void host_name_resolver_callback(
     AvahiSHostNameResolver *r,
-    AvahiIfIndex interface,
-    AvahiProtocol protocol,
+    AVAHI_GCC_UNUSED AvahiIfIndex interface,
+    AVAHI_GCC_UNUSED AvahiProtocol protocol,
     AvahiResolverEvent event,
     const char *host_name,
     const AvahiAddress *a,