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

This commit is contained in:
Andrew Thompson 2011-04-04 03:43:13 +00:00
parent 0d736113d2
commit ea956f2614
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220316

View File

@ -3,6 +3,6 @@
PROG= usbdump
SRCS= usbdump.c
MAN= usbdump.8
WARNS?= 4
WARNS?= 3
.include <bsd.prog.mk>