From 47fbd7bcf4697b50b68aaa86d0ee5dd29c3373fd Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 27 Jul 2012 18:01:06 +0000 Subject: [PATCH] Eliminate build warning. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10555 7a7537e8-13f0-0310-91df-b6672ffda945 --- cups/dest.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cups/dest.c b/cups/dest.c index e53c1495de..221c713e04 100644 --- a/cups/dest.c +++ b/cups/dest.c @@ -2679,8 +2679,10 @@ cups_dnssd_browse_cb( AvahiLookupResultFlags flags, /* I - Flags */ void *context) /* I - Devices array */ { +#ifdef DEBUG AvahiClient *client = avahi_service_browser_get_client(browser); /* Client information */ +#endif /* DEBUG */ _cups_dnssd_data_t *data = (_cups_dnssd_data_t *)context; /* Enumeration data */ @@ -3064,8 +3066,10 @@ cups_dnssd_query_cb( AvahiLookupResultFlags flags, /* I - Flags */ void *context) /* I - Enumeration data */ { +# ifdef DEBUG AvahiClient *client = avahi_record_browser_get_client(browser); /* Client information */ +# endif /* DEBUG */ # endif /* HAVE_DNSSD */ _cups_dnssd_data_t *data = (_cups_dnssd_data_t *)context; /* Enumeration data */ -- 2.47.3