X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-compat-howl%2Faddress.c;h=1d9fbbe3724d2b78120cab28ea8786081a98d7a8;hb=50c10f3b83474d421f78b898ce374bdafd3cd9bc;hp=6f26d1aa9e02542ac12ee327ebe37c14e4870326;hpb=0e203251414d56b3f6b8d4dafde19a1d27b18caf;p=catta diff --git a/avahi-compat-howl/address.c b/avahi-compat-howl/address.c index 6f26d1a..1d9fbbe 100644 --- a/avahi-compat-howl/address.c +++ b/avahi-compat-howl/address.c @@ -31,8 +31,9 @@ #include #include -#include +#include +#include "howl.h" #include "warn.h" sw_ipv4_address sw_ipv4_address_any(void) { @@ -138,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;