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:
Kyle Evans 2018-01-22 03:12:26 +00:00
parent fe5bf674e6
commit df1043c201
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328242

View file

@ -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