From 9f4ed0f59bdcc8ddf5018ec2bfbd91c5eb774348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 3 Oct 2004 23:39:14 +0000 Subject: [PATCH] dumpon builds cleanly at WARNS level 6. --- sbin/dumpon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/dumpon/Makefile b/sbin/dumpon/Makefile index 2134cd52b8d..c273f93470a 100644 --- a/sbin/dumpon/Makefile +++ b/sbin/dumpon/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= dumpon -WARNS?= 4 +WARNS?= 6 MAN= dumpon.8 .include