Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump kernel code needs -Wno-format-zero-length
details: https://anonhg.NetBSD.org/src/rev/a2f8a7c46d21
branches: trunk
changeset: 747296:a2f8a7c46d21
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Sep 08 20:24:08 2009 +0000
description:
kernel code needs -Wno-format-zero-length
diffstat:
sys/rump/Makefile.rump | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 4b7a2c7c7a12 -r a2f8a7c46d21 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump Tue Sep 08 20:15:51 2009 +0000
+++ b/sys/rump/Makefile.rump Tue Sep 08 20:24:08 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.39 2009/09/07 13:02:37 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.40 2009/09/08 20:24:08 pooka Exp $
#
WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet
@@ -12,6 +12,7 @@
.endif
CFLAGS+= -ffreestanding -fno-strict-aliasing
+CWARNFLAGS+= -Wno-format-zero-length
CPPFLAGS+= -D_RUMPKERNEL
CPPFLAGS+= -D_KERNEL -DMULTIPROCESSOR -D_MODULE -DMODULAR
CPPFLAGS+= -DMAXUSERS=32
Home |
Main Index |
Thread Index |
Old Index