mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 15:50:32 +01:00
softpipe: fix compiler warnings
This commit is contained in:
parent
fca7f38441
commit
d3beaf2f32
2 changed files with 2 additions and 2 deletions
|
|
@ -116,7 +116,7 @@ extern const struct softpipe_tex_cached_tile *
|
|||
sp_find_cached_tile_tex(struct softpipe_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,
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ sp_find_cached_tile(struct softpipe_tile_cache *tc,
|
|||
union tile_address addr );
|
||||
|
||||
|
||||
static INLINE const union tile_address
|
||||
static INLINE union tile_address
|
||||
tile_address( unsigned x,
|
||||
unsigned y )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue