summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authornat <nat@NetBSD.org>2017-07-30 00:53:57 +0000
committernat <nat@NetBSD.org>2017-07-30 00:53:57 +0000
commitca700e1b76abd71fb3276c7a2b3f1a410beb97d5 (patch)
tree5dc608f6b203d960d8cec424769803144b08a91e /sys/modules
parent984cde61286d4e82e8e9b265cac0e5b17c54609e (diff)
Audio now compiles with WARNS=5, so there is no need to specify WARNS=3.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/audio/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/modules/audio/Makefile b/sys/modules/audio/Makefile
index d3fc1817393..8383cffb236 100644
--- a/sys/modules/audio/Makefile
+++ b/sys/modules/audio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/06/01 09:58:27 pgoyette Exp $
+# $NetBSD: Makefile,v 1.2 2017/07/30 00:53:57 nat Exp $
.include "../Makefile.inc"
@@ -14,9 +14,4 @@ SRCS= audio.c \
CPPFLAGS+= -DNAUDIO=1 -DNAURATECONV=1 -DNMULAW=1
-# Rather than our usual WARNS=4, we need to use 3, since there are a
-# lot of signed-vs-unsigned compares
-
-WARNS= 3
-
.include <bsd.kmodule.mk>