Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2010 09:40:34 +0000 (UTC)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201724 - head/usr.sbin/cdcontrol
Message-ID:  <201001070940.o079eYav010173@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dwmalone
Date: Thu Jan  7 09:40:34 2010
New Revision: 201724
URL: http://svn.freebsd.org/changeset/base/201724

Log:
  This now passes a make universe with WARNS=6.

Modified:
  head/usr.sbin/cdcontrol/Makefile

Modified: head/usr.sbin/cdcontrol/Makefile
==============================================================================
--- head/usr.sbin/cdcontrol/Makefile	Thu Jan  7 09:37:59 2010	(r201723)
+++ head/usr.sbin/cdcontrol/Makefile	Thu Jan  7 09:40:34 2010	(r201724)
@@ -2,8 +2,6 @@
 
 PROG= cdcontrol
 
-WARNS?= 3
-
 DPADD=	${LIBEDIT} ${LIBTERMCAP}
 LDADD=	-ledit -ltermcap
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001070940.o079eYav010173>