aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdformat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fdformat/Makefile')
-rw-r--r--usr.sbin/fdformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile
index 09e02248ebbf..2c1477064bd9 100644
--- a/usr.sbin/fdformat/Makefile
+++ b/usr.sbin/fdformat/Makefile
@@ -6,6 +6,6 @@ PROG= fdformat
SRCS= fdformat.c fdutil.c
CFLAGS= -I${.CURDIR}/../fdread
-WARNS?= 1
+WARNS?= 2
.include <bsd.prog.mk>