svn commit: r220316 - head/usr.sbin/usbdump

Andrew Thompson thompsa at FreeBSD.org
Mon Apr 4 03:43:14 UTC 2011


Author: thompsa
Date: Mon Apr  4 03:43:13 2011
New Revision: 220316
URL: http://svn.freebsd.org/changeset/base/220316

Log:
  Lower WARNS to unbreak the build, some archs may have alignment issues.

Modified:
  head/usr.sbin/usbdump/Makefile

Modified: head/usr.sbin/usbdump/Makefile
==============================================================================
--- head/usr.sbin/usbdump/Makefile	Mon Apr  4 03:41:18 2011	(r220315)
+++ head/usr.sbin/usbdump/Makefile	Mon Apr  4 03:43:13 2011	(r220316)
@@ -3,6 +3,6 @@
 PROG=	usbdump
 SRCS=	usbdump.c
 MAN=	usbdump.8
-WARNS?=	4
+WARNS?=	3
 
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list