From b5e2d0582328657b9ca19fe0e08364c05b081ef9 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 22 Aug 2010 00:56:19 +0000 Subject: variables are unused in the HAVE_ARES case, make gcc shut up --- zwgc/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zwgc') diff --git a/zwgc/main.c b/zwgc/main.c index fae85b9..2979d73 100644 --- a/zwgc/main.c +++ b/zwgc/main.c @@ -396,8 +396,10 @@ create_punt_reply(int_dictionary_binding *punt) void notice_handler(ZNotice_t *notice) { +#ifndef HAVE_ARES int ret; char node[MAXDNAME]; +#endif #if defined(CMU_ZWGCPLUS) list_add_notice(notice); -- cgit v1.2.3