libregex: Drop WARNS to 2 to match libc
It's become clear that my armv7 builds didn't catch all of the warnings that other builds are picking up, drop WARNS to 2 to match libc until they're all caught.
This commit is contained in:
parent
fe5bf674e6
commit
df1043c201
@ -10,6 +10,7 @@ SHLIB_MINOR= 0
|
||||
CFLAGS+= -DLIBREGEX
|
||||
LIBC_SRCTOP= ${.CURDIR:H}/libc
|
||||
SYMBOL_MAPS= ${SYM_MAPS}
|
||||
WARNS?= 2
|
||||
|
||||
#HAS_TESTS=
|
||||
SUBDIR.${MK_TESTS}+= tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user