Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump need -Wno-unused-parameter with -Wextra
details: https://anonhg.NetBSD.org/src/rev/08863e56f560
branches: trunk
changeset: 804828:08863e56f560
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Dec 01 23:08:15 2014 +0000
description:
need -Wno-unused-parameter with -Wextra
diffstat:
sys/rump/Makefile.rump | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r deb0a6af3f37 -r 08863e56f560 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump Mon Dec 01 22:58:41 2014 +0000
+++ b/sys/rump/Makefile.rump Mon Dec 01 23:08:15 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.101 2014/12/01 22:58:41 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.102 2014/12/01 23:08:15 pooka Exp $
#
.if !defined(_RUMP_MK)
@@ -123,7 +123,8 @@
#
# no easy way to get WARNS out of bsd.sys.mk
-RUMPCOMP_USER_WARNFLAGS=-Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes
+RUMPCOMP_USER_WARNFLAGS= -Wall -Wextra -Wno-unused-parameter
+RUMPCOMP_USER_WARNFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
.ifdef RUMPCOMP_USER_SRCS && !defined(RUMPKERN_ONLY)
.if empty(DESTDIR)
Home |
Main Index |
Thread Index |
Old Index