Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2009 17:27:55 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r193314 - head/sys/dev/aic7xxx/aicasm
Message-ID:  <200906021727.n52HRtsc022048@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Tue Jun  2 17:27:54 2009
New Revision: 193314
URL: http://svn.freebsd.org/changeset/base/193314

Log:
  Re-enable WARNS=6 after my universe test.

Modified:
  head/sys/dev/aic7xxx/aicasm/Makefile

Modified: head/sys/dev/aic7xxx/aicasm/Makefile
==============================================================================
--- head/sys/dev/aic7xxx/aicasm/Makefile	Tue Jun  2 17:27:51 2009	(r193313)
+++ head/sys/dev/aic7xxx/aicasm/Makefile	Tue Jun  2 17:27:54 2009	(r193314)
@@ -15,6 +15,7 @@ SRCS=	${GENHDRS} ${CSRCS} ${YSRCS} ${LSR
 CLEANFILES+= ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g}
 DPADD=	${LIBL}
 LDADD=	-ll
+WARNS?=	6
 
 # Correct path for kernel builds
 # Don't rely on the kernel's .depend file



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