summaryrefslogtreecommitdiffstats
path: root/usr.bin/locale/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-17 21:56:27 +0000
committered <ed@FreeBSD.org>2010-01-17 21:56:27 +0000
commitebbfa5188aac3cf558a847197219175a575764ec (patch)
treeb53ce267c4c7fc4d8202e2613cc6ef0c96e64c33 /usr.bin/locale/Makefile
parent28ce4863378c02a5d6ccfd80eda5bc33fea44b2d (diff)
downloadFreeBSD-src-ebbfa5188aac3cf558a847197219175a575764ec.zip
FreeBSD-src-ebbfa5188aac3cf558a847197219175a575764ec.tar.gz
Raise WARNS for various tools where possible.
Submitted by: Marius NĂ¼nnerich <marius@nuenneri.ch>
Diffstat (limited to 'usr.bin/locale/Makefile')
-rw-r--r--usr.bin/locale/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud