summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_flush.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-08 21:43:54 -0800
committerVinson Lee <vlee@vmware.com>2010-01-08 21:43:54 -0800
commit4775723d2f641dcd82e8c9cd39ba52f8d86158c7 (patch)
tree0d677a27880963f0f7547b8207965f2722a4da94 /src/gallium/drivers/r300/r300_flush.c
parent20d6360db7ca8610e5958cd7f851e664d77684fc (diff)
r300g: Silence unused variable warnings.
Diffstat (limited to 'src/gallium/drivers/r300/r300_flush.c')
-rw-r--r--src/gallium/drivers/r300/r300_flush.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_flush.c b/src/gallium/drivers/r300/r300_flush.c
index 14a08241fc..4282357521 100644
--- a/src/gallium/drivers/r300/r300_flush.c
+++ b/src/gallium/drivers/r300/r300_flush.c
@@ -39,6 +39,7 @@ static void r300_flush(struct pipe_context* pipe,
struct r300_query *query;
CS_LOCALS(r300);
+ (void) cs_count;
/* We probably need to flush Draw, but we may have been called from
* within Draw. This feels kludgy, but it might be the best thing.
*