summaryrefslogtreecommitdiffstats
path: root/avahi-compat-howl/address.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-compat-howl/address.c')
-rw-r--r--avahi-compat-howl/address.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/avahi-compat-howl/address.c b/avahi-compat-howl/address.c
index c79b34d..1d9fbbe 100644
--- a/avahi-compat-howl/address.c
+++ b/avahi-compat-howl/address.c
@@ -31,6 +31,8 @@
#include <arpa/inet.h>
#include <sys/types.h>
+#include <avahi-common/gccmacro.h>
+
#include "howl.h"
#include "warn.h"
@@ -137,7 +139,7 @@ sw_result sw_ipv4_address_init_from_this_host(sw_ipv4_address *self) {
return SW_OKAY;
}
-sw_result sw_ipv4_address_fina(sw_ipv4_address self) {
+sw_result sw_ipv4_address_fina(AVAHI_GCC_UNUSED sw_ipv4_address self) {
AVAHI_WARN_LINKAGE;