Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/audio Audio now compiles with WARNS=5, so there ...
details: https://anonhg.NetBSD.org/src/rev/dd497ab9ac26
branches: trunk
changeset: 355475:dd497ab9ac26
user: nat <nat%NetBSD.org@localhost>
date: Sun Jul 30 00:53:57 2017 +0000
description:
Audio now compiles with WARNS=5, so there is no need to specify WARNS=3.
diffstat:
sys/modules/audio/Makefile | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (19 lines):
diff -r 1d53db63b3af -r dd497ab9ac26 sys/modules/audio/Makefile
--- a/sys/modules/audio/Makefile Sun Jul 30 00:50:52 2017 +0000
+++ b/sys/modules/audio/Makefile Sun Jul 30 00:53:57 2017 +0000
@@ -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 @@
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>
Home |
Main Index |
Thread Index |
Old Index