From cadf70cee5345e8c471e29d8b300a54acc26575c Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 7 Nov 2015 20:31:23 +0000 Subject: [PATCH] Bump warning level --- usr.bin/localedef/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/localedef/Makefile b/usr.bin/localedef/Makefile index 8ce5c4aa592..8225cacab60 100644 --- a/usr.bin/localedef/Makefile +++ b/usr.bin/localedef/Makefile @@ -13,7 +13,7 @@ SRCS= charmap.c \ time.c \ wide.c -WARNS= 3 +WARNS= 5 ${SRCS:M*.c}: parser.h parser.h: parser.y -- 2.39.5