From 2736322b28d8d3c7519c9083ea3f5d1b5e318728 Mon Sep 17 00:00:00 2001 From: trhodes Date: Fri, 10 Sep 2004 21:34:46 +0000 Subject: Bump WARNS level to 6. Submitted by: keramida Tested on: i386, sparc64 (panther) --- usr.bin/compress/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin') diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile index a586b97f..45c0814 100644 --- a/usr.bin/compress/Makefile +++ b/usr.bin/compress/Makefile @@ -5,6 +5,7 @@ PROG= compress SRCS= compress.c zopen.c LINKS= ${BINDIR}/compress ${BINDIR}/uncompress MLINKS= compress.1 uncompress.1 +WARNS?= 6 # XXX zopen is not part of libc # MAN=zopen.3 -- cgit v1.1