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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to