summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_fs.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-28 00:44:30 -0800
committerVinson Lee <vlee@vmware.com>2009-12-28 00:44:30 -0800
commit31d1822473bf9d4105bb82b67572cfeea53aaf94 (patch)
treeda3e9deaf9c3b52827693c692cc857a77ec7007c /src/gallium/drivers/llvmpipe/lp_state_fs.c
parentc441386b0c5c70fc4ae5b3c1eff3fb7f09812a30 (diff)
llvmpipe: Silence compiler warnings.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state_fs.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state_fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c
index 2e9aa9fffe..8e2aae40af 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_fs.c
+++ b/src/gallium/drivers/llvmpipe/lp_state_fs.c
@@ -676,6 +676,7 @@ llvmpipe_delete_fs_state(struct pipe_context *pipe, void *fs)
struct lp_fragment_shader_variant *variant;
assert(fs != llvmpipe->fs);
+ (void) llvmpipe;
variant = shader->variants;
while(variant) {