summaryrefslogtreecommitdiff
path: root/usr.sbin/acme-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/acme-client/Makefile')
-rw-r--r--usr.sbin/acme-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/acme-client/Makefile b/usr.sbin/acme-client/Makefile
index 55e0b0ed99a..31d5b2bf605 100644
--- a/usr.sbin/acme-client/Makefile
+++ b/usr.sbin/acme-client/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2016/09/18 20:18:25 benno Exp $
+# $OpenBSD: Makefile,v 1.7 2017/01/21 08:41:42 benno Exp $
PROG= acme-client
SRCS= acctproc.c base64.c certproc.c chngproc.c dbg.c dnsproc.c
SRCS+= fileproc.c http.c jsmn.c json.c keyproc.c main.c netproc.c
@@ -13,6 +13,6 @@ CFLAGS+= -W -Wall -I${.CURDIR}
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith
-CFLAGS+= -Wsign-compare
+CFLAGS+= -Wsign-compare -Wunused
.include <bsd.prog.mk>