diff options
| author | pooka <pooka@NetBSD.org> | 2010-02-16 20:42:44 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2010-02-16 20:42:44 +0000 |
| commit | 643ba90bf04cee748e233e05593d2d6d9ff57f36 (patch) | |
| tree | 5dd94705b10c0559ad2c8141b3d41eae24e9f059 /sys/rump/dev/lib/libucom | |
| parent | 97fada1858db3825c6393074ffaa724ac4f84f65 (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/libucom')
| -rw-r--r-- | sys/rump/dev/lib/libucom/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/rump/dev/lib/libucom/Makefile b/sys/rump/dev/lib/libucom/Makefile index 55ea7a77436..d4f0f37f2bd 100644 --- a/sys/rump/dev/lib/libucom/Makefile +++ b/sys/rump/dev/lib/libucom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2010/02/11 02:22:09 pooka Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/16 20:42:45 pooka Exp $ # .PATH: ${.CURDIR}/../../../../dev/usb ${.CURDIR}/../../../../kern @@ -12,7 +12,6 @@ SRCS+= tty.c tty_conf.c tty_tty.c tty_subr.c IOCONFIG= UCOM.ioconf -CFLAGS+= -Wno-pointer-sign CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs .include <bsd.lib.mk> |
