Module Name: src Committed By: pooka Date: Tue Sep 8 20:24:08 UTC 2009
Modified Files: src/sys/rump: Makefile.rump Log Message: kernel code needs -Wno-format-zero-length To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/rump/Makefile.rump Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/Makefile.rump diff -u src/sys/rump/Makefile.rump:1.39 src/sys/rump/Makefile.rump:1.40 --- src/sys/rump/Makefile.rump:1.39 Mon Sep 7 13:02:37 2009 +++ src/sys/rump/Makefile.rump Tue Sep 8 20:24:08 2009 @@ -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