X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-compat-howl%2Ftext-test.c;h=fea653c0e0df4bdd9ac449ae1f387e41bb3f8094;hb=4a6758a7271b553165cf16b81784369cbf3d8302;hp=a32e1139b298133dba0a3d569ce3b621bd47ea66;hpb=0433169ea9c6906f31b1a78e9a118858dd776dad;p=catta diff --git a/avahi-compat-howl/text-test.c b/avahi-compat-howl/text-test.c index a32e113..fea653c 100644 --- a/avahi-compat-howl/text-test.c +++ b/avahi-compat-howl/text-test.c @@ -26,7 +26,8 @@ #include #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); } @@ -65,7 +66,7 @@ static void hexdump(const void* p, size_t size) { } } -int main(int argc, char *argv[]) { +int main(AVAHI_GCC_UNUSED int argc, AVAHI_GCC_UNUSED char *argv[]) { sw_text_record r; sw_text_record_iterator it; char key[255];