svn commit: r207145 - head/sbin/tunefs

Jeff Roberson jeff at FreeBSD.org
Sat Apr 24 07:59:45 UTC 2010


Author: jeff
Date: Sat Apr 24 07:59:45 2010
New Revision: 207145
URL: http://svn.freebsd.org/changeset/base/207145

Log:
   - Temporarily lower WARNS until I fix alignment warnings on sparc64.
  
  Reported by:	Florian Smeets

Modified:
  head/sbin/tunefs/Makefile

Modified: head/sbin/tunefs/Makefile
==============================================================================
--- head/sbin/tunefs/Makefile	Sat Apr 24 07:58:59 2010	(r207144)
+++ head/sbin/tunefs/Makefile	Sat Apr 24 07:59:45 2010	(r207145)
@@ -6,4 +6,6 @@ DPADD=	${LIBUFS}
 LDADD=	-lufs
 MAN=	tunefs.8
 
+WARNS=	3
+
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list