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/dns-test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'avahi-core/dns-test.c') diff --git a/avahi-core/dns-test.c b/avahi-core/dns-test.c index 07cd529..6b98ef3 100644 --- a/avahi-core/dns-test.c +++ b/avahi-core/dns-test.c @@ -28,7 +28,8 @@ #include "log.h" int main(int argc, char *argv[]) { - gchar t[256], *a, *b, *c, *d; + gchar t[256]; + const gchar *a, *b, *c, *d; AvahiDnsPacket *p; p = avahi_dns_packet_new(0); -- cgit