aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/bthidd
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-03-02 18:44:08 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-03-02 18:44:08 +0000
commit7729e3ba4017a3af96cff64b68751cb9d72c79b8 (patch)
treeb4ad29ee41b5c24565c10654e789756458c2edd7 /usr.sbin/bluetooth/bthidd
parent0dce12b8dd941e12e60126e3a6deeae2f577f80d (diff)
downloadsrc-7729e3ba4017a3af96cff64b68751cb9d72c79b8.tar.gz
src-7729e3ba4017a3af96cff64b68751cb9d72c79b8.zip
Remove redundant WARNS?=6 overrides and inherit the WARNS setting from
the toplevel directory. This does not change any WARNS level and survives a make universe. Approved by: ed (co-mentor)
Notes
Notes: svn path=/head/; revision=204596
Diffstat (limited to 'usr.sbin/bluetooth/bthidd')
-rw-r--r--usr.sbin/bluetooth/bthidd/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/bthidd/Makefile b/usr.sbin/bluetooth/bthidd/Makefile
index 128bd20eee79..dd0754d582d2 100644
--- a/usr.sbin/bluetooth/bthidd/Makefile
+++ b/usr.sbin/bluetooth/bthidd/Makefile
@@ -8,7 +8,6 @@ SRCS= bthidd.c client.c hid.c kbd.c lexer.l parser.y server.c \
session.c
CFLAGS+= -I${.CURDIR}
-WARNS?= 6
DEBUG_FLAGS= -g
DPADD= ${LIBBLUETOOTH} ${LIBUSBHID}