svn commit: r284071 - head/libexec/atrun

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 6 13:20:03 UTC 2015


Author: bapt
Date: Sat Jun  6 13:20:02 2015
New Revision: 284071
URL: https://svnweb.freebsd.org/changeset/base/284071

Log:
  Remove WARNS atrun builds fine with clang and gcc

Modified:
  head/libexec/atrun/Makefile

Modified: head/libexec/atrun/Makefile
==============================================================================
--- head/libexec/atrun/Makefile	Sat Jun  6 13:13:39 2015	(r284070)
+++ head/libexec/atrun/Makefile	Sat Jun  6 13:20:02 2015	(r284071)
@@ -14,7 +14,6 @@ CLEANFILES= ${MAN}
 CFLAGS+=-I${MAINSRC} -I${.CURDIR}
 CFLAGS+=-DLOGIN_CAP -DPAM
 
-WARNS?=	2
 WFORMAT=0
 
 LIBADD=	pam util


More information about the svn-src-head mailing list