diff options
Diffstat (limited to 'avahi-compat-howl/address-test.c')
-rw-r--r-- | avahi-compat-howl/address-test.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <assert.h> #include <stdio.h> +#include <avahi-common/gccmacro.h> + #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; |