X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-compat-howl%2Faddress-test.c;h=05276aae1a0be77eacca2f0e8ed638f57d9d86b7;hb=854f901f491ccda79aee11edc3d59109cb229d28;hp=73c356d02d9a384cd612716dccfd9c4787039206;hpb=740bc001fb647255709b5385d5a8a19781722097;p=catta diff --git a/avahi-compat-howl/address-test.c b/avahi-compat-howl/address-test.c index 73c356d..05276aa 100644 --- a/avahi-compat-howl/address-test.c +++ b/avahi-compat-howl/address-test.c @@ -26,12 +26,14 @@ #include #include +#include + #include "howl.h" #define ASSERT_SW_OKAY(t) { sw_result r; r = (t); assert(r == SW_OKAY); } #define ASSERT_NOT_NULL(t) { const void* r; r = (t); assert(r); } -int main(int argc, char *argv[]) { +int main(AVAHI_GCC_UNUSED int argc, AVAHI_GCC_UNUSED char *argv[]) { sw_ipv4_address a; char t[256]; uint8_t a1, a2, a3, a4;