From 066694bd51d86e4ae05f23c9822f1c85448e1df1 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Tue, 24 May 2005 15:46:50 +0000 Subject: Bump the warning level to 6. --- usr.bin/make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/make') diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 5aff30867ef8..06700d74ea72 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -9,7 +9,7 @@ SRCS= arch.c buf.c cond.c dir.c for.c hash.c hash_tables.c job.c \ util.c var.c NO_WERROR= -WARNS?= 3 +WARNS?= 6 NO_SHARED?= YES CFLAGS+=-DMAKE_VERSION=\"5200408120\" -- cgit v1.3