XXX: -Wno-error for ffcheck.c and register.c

This commit is contained in:
mrg 2008-07-31 01:37:23 +00:00
parent ed5d239d77
commit 55503ed73c
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
# $NetBSD: Makefile,v 1.2 2008/07/31 01:37:23 mrg Exp $
.include <bsd.own.mk>
@ -59,5 +59,9 @@ LIBDPLIBS=\
Xext ${.CURDIR}/../libXext \
X11 ${.CURDIR}/../libX11/dynamic
# XXX
COPTS.ffcheck.c+= -Wno-error
COPTS.register.c+= -Wno-error
.include <bsd.x11.mk>
.include <bsd.lib.mk>