svn commit: r201725 - head/usr.bin/xlint/xlint

David Malone dwmalone at FreeBSD.org
Thu Jan 7 09:45:15 UTC 2010


Author: dwmalone
Date: Thu Jan  7 09:45:15 2010
New Revision: 201725
URL: http://svn.freebsd.org/changeset/base/201725

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

Modified:
  head/usr.bin/xlint/xlint/Makefile

Modified: head/usr.bin/xlint/xlint/Makefile
==============================================================================
--- head/usr.bin/xlint/xlint/Makefile	Thu Jan  7 09:40:34 2010	(r201724)
+++ head/usr.bin/xlint/xlint/Makefile	Thu Jan  7 09:45:15 2010	(r201725)
@@ -11,7 +11,5 @@ MAN=	lint.1
 CFLAGS+=-I${.CURDIR}/../lint1
 CFLAGS+= -DPREFIX=\"${TOOLS_PREFIX}\"
 
-WARNS?=	2
-
 .include "${.CURDIR}/../../Makefile.inc"
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list