softpipe: fix compiler warnings
authorKeith Whitwell <keithw@vmware.com>
Thu, 24 Sep 2009 15:49:27 +0000 (16:49 +0100)
committerKeith Whitwell <keithw@vmware.com>
Thu, 24 Sep 2009 15:49:27 +0000 (16:49 +0100)
src/gallium/drivers/softpipe/sp_tex_tile_cache.h
src/gallium/drivers/softpipe/sp_tile_cache.h

index 04e65ce2200df2be91c994e142808c629127134d..ac6886a3df1627ca0907025877006d4d134b045c 100644 (file)
@@ -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,
index f21c74cb9ce4f899124155b3cdd1405f09d4102e..a12092702a609f3defd8c6ff1c1acc995e6ad005 100644 (file)
@@ -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 )
 {