Date: Sun, 25 Aug 2019 22:06:27 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r351498 - head/usr.sbin/pmcstudy Message-ID: <201908252206.x7PM6Rab024164@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Sun Aug 25 22:06:26 2019 New Revision: 351498 URL: https://svnweb.freebsd.org/changeset/base/351498 Log: Replace -Werror with ${WERROR} in pmcstudy Modified: head/usr.sbin/pmcstudy/Makefile Modified: head/usr.sbin/pmcstudy/Makefile ============================================================================== --- head/usr.sbin/pmcstudy/Makefile Sun Aug 25 22:06:17 2019 (r351497) +++ head/usr.sbin/pmcstudy/Makefile Sun Aug 25 22:06:26 2019 (r351498) @@ -4,7 +4,7 @@ PROG= pmcstudy MAN= pmcstudy.8 SRCS= pmcstudy.c eval_expr.c -CFLAGS+= -Wall -Werror +CFLAGS+= -Wall ${WERROR} BINDIR= /usr/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908252206.x7PM6Rab024164>