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:
David Brownlee
2020-10-28 16:18:29 +00:00
committed by Boris Gjenero
parent e984e60b1f
commit 9238af826d

View File

@@ -4,6 +4,8 @@
USE_FORT?=yes # network server
WARNS= 5
LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
CPPFLAGS+=-I${.CURDIR}/../common
DPADD+= ${LIBCOMMON}/libcommon.a