X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-compat-howl%2Faddress.c;h=1d9fbbe3724d2b78120cab28ea8786081a98d7a8;hb=7289ee4063da05f276bce22685312baa83f0f117;hp=c79b34d1f6357520a388dc01fb8f1c5400b08720;hpb=a96f0540a6eb9a9cfaabef829982576ebec6e596;p=catta 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 #include +#include + #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;