Author: thompsa Date: Thu Apr 28 21:27:34 2011 New Revision: 221185 URL: http://svn.freebsd.org/changeset/base/221185
Log: MFC r220316 Lower WARNS to unbreak the build, some archs may have alignment issues. Modified: stable/8/usr.sbin/usbdump/Makefile Directory Properties: stable/8/usr.sbin/usbdump/ (props changed) Modified: stable/8/usr.sbin/usbdump/Makefile ============================================================================== --- stable/8/usr.sbin/usbdump/Makefile Thu Apr 28 21:25:58 2011 (r221184) +++ stable/8/usr.sbin/usbdump/Makefile Thu Apr 28 21:27:34 2011 (r221185) @@ -3,6 +3,6 @@ PROG= usbdump SRCS= usbdump.c MAN= usbdump.8 -WARNS?= 4 +WARNS?= 3 .include <bsd.prog.mk> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
