From 66142b071a2497d7e3cf58d7bf5159bb1c970d84 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Aug 2005 14:08:18 +0000 Subject: * allow caller to specifiy additional CFLAGS arguments to bootstrap.sh * fix some warnings (and some real errors) found when compiling avahi with excessive GCC warnings git-svn-id: file:///home/lennart/svn/public/avahi/trunk@209 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/conformance-test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'avahi-core/conformance-test.c') diff --git a/avahi-core/conformance-test.c b/avahi-core/conformance-test.c index f7eba12..f8e0c93 100644 --- a/avahi-core/conformance-test.c +++ b/avahi-core/conformance-test.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "core.h" #include "util.h" @@ -50,7 +51,7 @@ static gboolean dump_timeout(gpointer data) { static void entry_group_callback(AvahiServer *s, AvahiEntryGroup *g, AvahiEntryGroupState state, gpointer userdata); -static void create_service(gchar *t) { +static void create_service(const gchar *t) { gchar *n; g_assert(t || name); -- cgit