From 03d7d15819aa44ba1032844baa3e88cd1c150969 Mon Sep 17 00:00:00 2001 From: zrj Date: Mon, 4 Mar 2019 09:31:10 +0200 Subject: [PATCH] dhcpcd(8): Set WARNS for sbin/dhcpcd. --- sbin/dhcpcd/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sbin/dhcpcd/Makefile b/sbin/dhcpcd/Makefile index 5ab6c2036a..0071ea1198 100644 --- a/sbin/dhcpcd/Makefile +++ b/sbin/dhcpcd/Makefile @@ -71,6 +71,9 @@ ${f}: ${f}.in sed ${_SED_CMDS} ${SRCDIR}/${f}.in > $@ .endfor +# XXX -Wunused-parameter in duid.c, not implemented duid_machineuuid(). +WARNS?= 3 + # NOTE: # The configuration file 'dhcpcd.conf' is installed by 'etc/Makefile' -- 2.41.0