summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2008-04-14 12:29:23 -0400
committerZack Rusin <zack@tungstengraphics.com>2008-04-14 12:29:23 -0400
commit2ba6e1fa71be07a2d75abe2d085d485046c0932b (patch)
tree7f3e7e6e7c1ce64fbeb347d9802d73891a5ccbc2 /src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
parente3309197855b5caf7c4c167d1e7beedf33ed2fdd (diff)
silence some warnings
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c b/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
index 3fa6dcc5e7..b49c9efa65 100644
--- a/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
+++ b/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
@@ -49,6 +49,7 @@ struct fetch_pipeline_middle_end {
unsigned prim;
};
+#if 0
static void emit_R32_FLOAT( const float *attrib,
float **out )
{
@@ -72,7 +73,7 @@ static void emit_R32G32B32_FLOAT( const float *attrib,
(*out)[2] = attrib[2];
(*out) += 3;
}
-
+#endif
static void emit_R32G32B32A32_FLOAT( const float *attrib,
float **out )
{