upgrade less to WARNS=2 with -Wno-shadow.

This commit is contained in:
mrg 2011-07-03 15:28:47 +00:00
parent 6520ba9809
commit 3f6ead21a6
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile.inc,v 1.4 2009/04/14 22:15:22 lukem Exp $
# $NetBSD: Makefile.inc,v 1.5 2011/07/03 15:28:47 mrg Exp $
WARNS?= 1 # many -Wshadow -Wcast-qual & other issues
WARNS?= 2
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
CWARNFLAGS+= -Wno-strict-prototypes -Wno-missing-prototypes
CWARNFLAGS+= -Wno-strict-prototypes -Wno-missing-prototypes -Wno-shadow