summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2017-08-08 12:21:10 +0300
committerGordon Ross <gwr@nexenta.com>2017-12-03 15:49:24 -0500
commit712a34becd0c378dd87ef9106ed5275739e2521a (patch)
treeafbe82cc6e9580a5cee9b5191453b3b4573b8cb1
parente8dc66e7692c9d61c165fa302f0d05e86ffaced9 (diff)
downloadillumos-joyent-712a34becd0c378dd87ef9106ed5275739e2521a.tar.gz
8844 libdns_sd: variable set but not used
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Gordon Ross <gwr@nexenta.com>
-rw-r--r--usr/src/lib/libdns_sd/Makefile.com2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/lib/libdns_sd/Makefile.com b/usr/src/lib/libdns_sd/Makefile.com
index 5775bdb1e7..944a538b25 100644
--- a/usr/src/lib/libdns_sd/Makefile.com
+++ b/usr/src/lib/libdns_sd/Makefile.com
@@ -40,6 +40,8 @@ C99MODE = $(C99_ENABLE)
CPPFLAGS += -I$(SRCDIR) -DNOT_HAVE_SA_LEN -D_XPG4_2 -D__EXTENSIONS__
CPPFLAGS += -DMDNS_VERSIONSTR_NODTS
+pics/dnssd_clientstub.o := CERRWARN += -_gcc=-Wno-unused-but-set-variable
+
.PARALLEL = $(OBJECTS)
.KEEP_STATE: