mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-02-27 00:49:48 +00:00
Crank up the WARNS level when building on a BSD toolchain
This, for example, would pick up on inadvertent switch fall throughs
This commit is contained in:
committed by
Boris Gjenero
parent
e984e60b1f
commit
9238af826d
@@ -4,6 +4,8 @@
|
||||
|
||||
USE_FORT?=yes # network server
|
||||
|
||||
WARNS= 5
|
||||
|
||||
LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
|
||||
CPPFLAGS+=-I${.CURDIR}/../common
|
||||
DPADD+= ${LIBCOMMON}/libcommon.a
|
||||
|
||||
Reference in New Issue
Block a user