Date: Mon, 22 Jan 2018 03:12:26 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r328242 - head/lib/libregex Message-ID: <201801220312.w0M3CQsC096350@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801220312.w0M3CQsC096350>