svn commit: r328242 - head/lib/libregex
Kyle Evans
kevans at FreeBSD.org
Mon Jan 22 03:12:27 UTC 2018
Author: kevans
Date: Mon Jan 22 03:12:26 2018
New Revision: 328242
URL: https://svnweb.freebsd.org/changeset/base/328242
Log:
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.
Modified:
head/lib/libregex/Makefile
Modified: head/lib/libregex/Makefile
==============================================================================
--- head/lib/libregex/Makefile Mon Jan 22 02:58:33 2018 (r328241)
+++ head/lib/libregex/Makefile Mon Jan 22 03:12:26 2018 (r328242)
@@ -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
More information about the svn-src-all
mailing list