[Midnightbsd-cvs] src [7111] trunk/usr.sbin/bluetooth/bthidcontrol/Makefile: lower warns

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jul 18 18:17:30 EDT 2015


Revision: 7111
          http://svnweb.midnightbsd.org/src/?rev=7111
Author:   laffer1
Date:     2015-07-18 18:17:29 -0400 (Sat, 18 Jul 2015)
Log Message:
-----------
lower warns

Modified Paths:
--------------
    trunk/usr.sbin/bluetooth/bthidcontrol/Makefile

Modified: trunk/usr.sbin/bluetooth/bthidcontrol/Makefile
===================================================================
--- trunk/usr.sbin/bluetooth/bthidcontrol/Makefile	2015-07-18 20:58:04 UTC (rev 7110)
+++ trunk/usr.sbin/bluetooth/bthidcontrol/Makefile	2015-07-18 22:17:29 UTC (rev 7111)
@@ -6,7 +6,7 @@
 PROG=		bthidcontrol
 MAN=		bthidcontrol.8
 SRCS=		bthidcontrol.c hid.c lexer.l  parser.y sdp.c
-WARNS?=		1
+WARNS?=		0
 CFLAGS+=	-DBTHIDCONTROL=1 -I${.CURDIR}/../bthidd
 
 DPADD=		${LIBBLUETOOTH} ${LIBSDP} ${LIBUSBHID}



More information about the Midnightbsd-cvs mailing list