From aafc494847b97917d46fce44c7f5fce27242fe82 Mon Sep 17 00:00:00 2001 From: markm Date: Fri, 13 Jun 2003 07:04:02 +0000 Subject: Get this area compiling with the highest WARNS= that it works with. Obsolete WFORMAT= junk also removed where possible. OK'ed by: obrien Tested on: sparc64, alpha, i386 --- bin/dd/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/dd') diff --git a/bin/dd/Makefile b/bin/dd/Makefile index 892ca8d..0cbd238 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -3,7 +3,6 @@ PROG= dd SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c -WARNS?= 4 MAINTAINER= green@FreeBSD.org -- cgit v1.1