summaryrefslogtreecommitdiff
path: root/dns/dnsmasq-devel
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2015-12-29 11:14:59 +0000
committerMatthias Andree <mandree@FreeBSD.org>2015-12-29 11:14:59 +0000
commitf0ff3d317c34af3c0c806b10ef403bb1ae5bce7a (patch)
treec29008256864e421efecec095333ca227dfe3e02 /dns/dnsmasq-devel
parentUpdate to new upstream release 1.2.0 (diff)
Quench unused-parameter warnings during build.
Notes
Notes: svn path=/head/; revision=404736
Diffstat (limited to 'dns/dnsmasq-devel')
-rw-r--r--dns/dnsmasq-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile
index 6063af1a8e29..3cbbba7489f8 100644
--- a/dns/dnsmasq-devel/Makefile
+++ b/dns/dnsmasq-devel/Makefile
@@ -21,7 +21,7 @@ PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html
SUB_FILES= pkg-message
-CFLAGS+= -Wall -Wno-unused-value
+CFLAGS+= -Wall -Wno-unused-value -Wno-unused-parameter
CPPFLAGS+= -I${LOCALBASE}/include
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" COPTS="${CFLAGS}" LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}"