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>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to