summaryrefslogtreecommitdiff
path: root/sys/rump/dev/lib/libdisk
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2010-02-16 20:42:44 +0000
committerpooka <pooka@NetBSD.org>2010-02-16 20:42:44 +0000
commit643ba90bf04cee748e233e05593d2d6d9ff57f36 (patch)
tree5dd94705b10c0559ad2c8141b3d41eae24e9f059 /sys/rump/dev/lib/libdisk
parent97fada1858db3825c6393074ffaa724ac4f84f65 (diff)
Globally define -Wno-pointer-sign, as it has become a pointless
exercise of "add it to every Makefile individually". XXX: should autosynchronize with the rest of the kernel buildflags in sys/conf/Makefile.kern.inc.
Diffstat (limited to 'sys/rump/dev/lib/libdisk')
-rw-r--r--sys/rump/dev/lib/libdisk/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/rump/dev/lib/libdisk/Makefile b/sys/rump/dev/lib/libdisk/Makefile
index 5478b9622ef..140fed7ffc0 100644
--- a/sys/rump/dev/lib/libdisk/Makefile
+++ b/sys/rump/dev/lib/libdisk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/11/23 13:40:11 pooka Exp $
+# $NetBSD: Makefile,v 1.7 2010/02/16 20:42:44 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../kern \
@@ -18,7 +18,5 @@ SRCS+= subr_disk.c subr_disk_open.c
# sys/dev
SRCS+= dksubr.c dk.c
-CFLAGS+= -Wno-pointer-sign
-
.include <bsd.lib.mk>
.include <bsd.klinks.mk>