mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue