summaryrefslogtreecommitdiffstats
path: root/avahi-core/dns-test.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-02 14:08:18 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-02 14:08:18 +0000
commit66142b071a2497d7e3cf58d7bf5159bb1c970d84 (patch)
tree1e0125be0373b7201ec71275f4bd8e06aecc94a3 /avahi-core/dns-test.c
parent98d4644e8f9445fa4cf7395b05a9f860b8f3cb9c (diff)
* 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
Diffstat (limited to 'avahi-core/dns-test.c')
-rw-r--r--avahi-core/dns-test.c3
1 files changed, 2 insertions, 1 deletions
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);