summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_tex_cache.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-28 18:05:30 -0800
committerVinson Lee <vlee@vmware.com>2009-12-28 18:05:30 -0800
commite049ddb7549a45adde521d6f2899c2b74b4ff972 (patch)
treebc440049132c275f75c9fae0d7b6ef38c5e1c6e8 /src/gallium/drivers/llvmpipe/lp_tex_cache.h
parentf0ba7d897d1c22202531acb70f134f2edc30557d (diff)
llvmpipe: Silence compiler warnings.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_tex_cache.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_tex_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_tex_cache.h b/src/gallium/drivers/llvmpipe/lp_tex_cache.h
index 9fa6c36812..05fded78e1 100644
--- a/src/gallium/drivers/llvmpipe/lp_tex_cache.h
+++ b/src/gallium/drivers/llvmpipe/lp_tex_cache.h
@@ -115,7 +115,7 @@ extern const struct llvmpipe_cached_tex_tile *
lp_find_cached_tex_tile(struct llvmpipe_tex_tile_cache *tc,
union tex_tile_address addr );
-static INLINE const union tex_tile_address
+static INLINE union tex_tile_address
tex_tile_address( unsigned x,
unsigned y,
unsigned z,