blob: c16f360358558fcad1d9e9f3e325412706aea7b3 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile.inc,v 1.4 2009/04/14 22:15:22 lukem Exp $
WARNS?= 1 # many -Wshadow -Wcast-qual & other issues
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
CWARNFLAGS+= -Wno-strict-prototypes -Wno-missing-prototypes
|