sprinkle some -Wno-error for now to get things built

This commit is contained in:
rtr 2008-09-26 07:15:53 +00:00
parent 01313ea852
commit e03165908b
3 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2008/09/21 14:08:45 lukem Exp $
# $NetBSD: Makefile,v 1.3 2008/09/26 07:15:53 rtr Exp $
MODULE= i965
@ -24,4 +24,6 @@ SRCS= brw_aub.c brw_aub_playback.c brw_cc.c brw_clip.c brw_clip_line.c \
intel_pixel_bitmap.c intel_state.c intel_tex.c intel_tex_layout.c \
intel_tex_validate.c
COPTS.brw_draw_upload.c= -Wno-error
.include "${.CURDIR}/../dri.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2008/09/21 14:08:46 lukem Exp $
# $NetBSD: Makefile,v 1.3 2008/09/26 07:15:53 rtr Exp $
MODULE= s3v
@ -7,5 +7,6 @@ SRCS= s3v_context.c s3v_dd.c s3v_inithw.c s3v_lock.c s3v_render.c \
s3v_texstate.c s3v_tris.c s3v_vb.c s3v_xmesa.c
COPTS.s3v_tris.c= -Wno-error
COPTS.s3v_texmem.c= -Wno-error
.include "${.CURDIR}/../dri.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2008/09/20 15:26:05 cube Exp $
# $NetBSD: Makefile,v 1.2 2008/09/26 07:15:53 rtr Exp $
.include <bsd.own.mk>
@ -47,6 +47,8 @@ SRCS.vbo= \
vbo_split_copy.c vbo_split_inplace.c vbo_save.c vbo_save_api.c \
vbo_save_draw.c vbo_save_loopback.c
COPTS.vbo_save_draw.c= -Wno-error
# TNL sources
PATHS.tnl= tnl
INCLUDES.tnl= shader