svn commit: r351498 - head/usr.sbin/pmcstudy

Warner Losh imp at FreeBSD.org
Sun Aug 25 22:06:27 UTC 2019


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
 


More information about the svn-src-head mailing list