From ebbfa5188aac3cf558a847197219175a575764ec Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 17 Jan 2010 21:56:27 +0000 Subject: Raise WARNS for various tools where possible. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submitted by: Marius NĂ¼nnerich --- usr.bin/locale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/locale/Makefile b/usr.bin/locale/Makefile index d7f67e1..5b8932c 100644 --- a/usr.bin/locale/Makefile +++ b/usr.bin/locale/Makefile @@ -2,6 +2,6 @@ PROG = locale CFLAGS += -I${.CURDIR}/../../lib/libc/locale -WARNS ?= 1 +WARNS ?= 3 .include -- cgit v1.1